Skip to content
View mahathin's full-sized avatar

Block or report mahathin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. BuffonsNeedleDrop BuffonsNeedleDrop Public

    Buffon's Needle Drop problem is among the first geometric probability problems in mathematics to be solved. It addresses the following question: Given a needle of length l dropped on a plane ruled …

    Python

  2. Brachistochrone-Curve-of-Fastest-Descent Brachistochrone-Curve-of-Fastest-Descent Public

    Program to obtain the curve of fastest descent between two points at the same level separated by a given distance.

    Python

  3. 2-bodyPlanetaryOrbitTrajectory 2-bodyPlanetaryOrbitTrajectory Public

    This code provides the trajectory of an earth-like planet around the sun while neglecting the influence of other possible planets on its trajectory.

    Python

  4. 1D-DiffusionEquation 1D-DiffusionEquation Public

    The diffusion equation is a parabolic partial differential equation. The 1-D form of the diffusion equation is also known as the heat equation. This is a program to solve the diffusion equation nme…

    Python

  5. RungeKutta-vs-EulersMethod RungeKutta-vs-EulersMethod Public

    Fourth order Runge Kutta(RK-4) and the Euler's Method are two methods of numerically solving differential equations.

    Python

  6. CoupledOscillatorsAndLissajousFigures CoupledOscillatorsAndLissajousFigures Public

    This a python simulation of coupled oscillators to obtain the normal frequencies and the position-time graphs of the oscillators and additionally also obtain lissajous figures.

    Python