Ordinary differential equation solvers based on numerical methods inlcuding Euler, Heun, and Runge-Kutta methods.
The solvers.py
file is a library containing popular ODE approximators.
Example usage is shown in main.py
whose outputs are stored in /results
.
- Python 3
- NumPy
- Tabulate