Intro: Computational Physics
latest
Python
1. Introduction to python
2. Introduction to matplotlib
3. Introduction to numpy
4. Other libraries
Basic calculus
1. Interpolation
2. Root finding
2.1. Bisection method
2.2. Newton–Raphson method
2.3. Numpy and scipy methods
3. Numerical quadrature / integrals
4. Numerical derivatives
Ordinary differential equations
1. Initial value problems
2. Boundary value problems
Fourier transforms
1. Fourier transforms
Intro: Computational Physics
Docs
»
2. Root finding
Edit on GitHub
2. Root finding
¶
TO DO
2.1. Bisection method
¶
TO DO
2.2. Newton–Raphson method
¶
TO DO
2.3. Numpy and scipy methods
¶
TO DO