eugenca/runge-kutta
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Runge-Kutta for Python ====================== This is an implementation of the fourth-order Runge-Kutta method to solve systems of ODEs. Warning: It won't help you gaining world domination! Installation ------------ Just run the following with sufficient privileges (e. g. as root): $ python setup.py install Usage ----- In order to run one of the example simulations, just execute the particular file: $ python damped_oscillation.py