Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.45 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.45 KB

Numerical_Methods_Git_Page

Git Hub Page for Numerical Methods in Physics

Git Hub Page for Numerical Methods in Physics. You will find various C++ and Python files for the topics listed below. We will also include some exercises. You will also find the jupyter notebooks in the respective sections.

image The famous Lorenz Attractor solved using a c++ routine. You can find it in ODE advanced

List of Contents:

  1. ODEs Basic Methods
  2. ODEs Advanced method
  3. Solving system of linear equations + differentiation
  4. Root finding and non linear equations
  5. Integration methods
  6. PDEs
  7. Curve fitting
  8. Monte Carlo

Jupyter Notebooks and Google colab

I have added jupyter notebooks for various topics which can be opened using google colab in your browser directly. Please find the link below.

1. Root Finding :

  • Algorithms: Open In Colab
  • Exercise on Finite Potential Well problem: Open In Colab