Numerical methods for ordinary differential equations are methods used to find numerical approximations to the solutions of ordinary differential equations (ODEs). Their use is also known as "numerical integration", although this term can also refer to the computation of integrals.
In this app we use:
- Euler
- Improved Euler
- Runge-Kutta
Check PDF report for more details.
You can install and run from source with:
git clone https://github.com/AlekseyKorshuk/numerical-methods --recursive
cd numerical-methods
pip install -r requirements.txt
python main.py
Now visit 127.0.0.1:8050.