Basic implementation 4th order Runge Kutta method for ODE's
-
Updated
Oct 27, 2021 - Python
Basic implementation 4th order Runge Kutta method for ODE's
Contains sample implementations in python of the following numerical methods: Euler's Method, Midpoint Euler's Method, Runge Kuttta Method of Order 4, and Composite Simpson's Rule
The aim of this research is to develop an effective numerical method that can be used to efficiently compute surges in pipes due to valve connecting two reservoirs being rapidly opened, using a computer program developed in the Python environment.
Add a description, image, and links to the runge-kutta-rk4 topic page so that developers can more easily learn about it.
To associate your repository with the runge-kutta-rk4 topic, visit your repo's landing page and select "manage topics."