Evaluating numerical methods for approximating ODE using Python
This project is from a Numerical Analysis II course. This project we evaluated numerical methods for approximating ODE using Python.
Methods:
- Euler's Method
- Modified Euler's Method
- Midpoint Method
- Runge-Kutta Fourth Order Method
- Midpoint Method
- Adams-Bashforth 4-Step Explicit Method
- Predictor Corrector Method