Skip to content

An implementation of the Runge-Kutta-methods for solving systems of ODEs with Python.

Notifications You must be signed in to change notification settings

sbillaudelle/runge-kutta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

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

About

An implementation of the Runge-Kutta-methods for solving systems of ODEs with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages