Skip to main content

Solve complex and matrix differential equations with scipy.integrate.odeint.

Project description

odeintw provides a wrapper of scipy.integrate.odeint that allows it to handle complex and matrix differential equations. That is, it can solve equations of the form

dZ/dt = F(Z, t, param1, param2, …)

where t is real and Z is a real or complex array.

Since odeintw is just a wrapper of scipy.integrate.odeint, it requires scipy to be installed. SciPy 0.15 or greater is required, to avoid a bug in scipy.stats.odeint in older versions of SciPy.

See README.md at https://github.com/WarrenWeckesser/odeintw for examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odeintw-1.0.0.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

odeintw-1.0.0-py2.py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page