A python module for ordinary differential equation anddifferential algebraic equation solvers
Download: http://cage.ugent.be/~bm/progs.html
Homepage: http://cage.ugent.be/~bm/progs.html
PyPI: http://pypi.python.org/pypi/scikits.odes
People: maintainer of odes is B. Malengier
Odes is a scikit toolkit for scipy to add some extra ode solvers. At present it provides dae solvers you can use, extending the capabilities offered in scipy.integrade.ode.
LICENSE: the license of odes is the same as scipy, new BSD.
You can download the latest distribution from PyPI here: http://pypi.python.org/pypi/scikits.odes
Install the Easy Install tools. Afterwards you can install scikits.odes from the terminal by executing:
sudo easy_install scikits.odes
If you prefer to do a local installation, specify an installation prefix:
easy_install --prefix=${HOME} scikits.odes
and ensure that your PYTHONPATH is up to date, e.g.:
export PYTHONPATH=$PYTHONPATH:${HOME}/lib/python2.5/site-packages
This package was discovered in PyPI.