A collection of various methods to find solution to Ordinary Differential Equations.
- Adams-Bashforth Method: Includes Two, Three, Four, Five Step method and also the Predictor-Corrector method
- Milne-Simpson's Method
- Euler's Method: Includes the Analytical method, plain Estimation and Modified Euler's Method.
- Runge-Kutta Fourth-Order: Includes Estimator and Analytical method.
- Runge-Kutta 4 for Systems of ODE: A generic implementation for RK-4 Systems of ODE. You need to specify the functions manually.
- Midpoint Method.
- Taylor's Estimation