/Computational-Physics

A bunch of numerical methods used in Computational Physics

Primary LanguageFortran

Computational-Physics


Part of Computational Physics course.

All programs are written in Fortran 90/95.

1. Methods of Solving Differential Equations (DEQ):

  • Euler's method
  • Runge-Kutta 2nd order method
  • Runge-Kutta 4th order method

2. Analysis of Lorenz Equations (LSA)

  • Stability analysis of fixed points
  • Numerical solution

3. Monte Carlo Methods (MCM)

  • Monte Carlo integration method
  • Gambler's ruin problem
  • 2D Random Walk