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)
Built Distribution
Close
Hashes for odeintw-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a89ed3fd23bf961e9bc824fd1dd4bb12392ab784a175f7837af2538024b6a3a1 |
|
MD5 | 0b2eead4dd9f5fb9fbc05c47b85da8d4 |
|
BLAKE2b-256 | a25d72ff1aa25a34d3fdf2824c60248a5dac3e9069a95db3b2a66e1ad6b70ae2 |