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.integrate.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
Built Distribution
File details
Details for the file odeintw-1.0.2.tar.gz
.
File metadata
- Download URL: odeintw-1.0.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b85533b94ebb5f920263528215483db8fb1821fd5b69742abc713d59a9bc969b |
|
MD5 | 22a2985915ebc536476c1ae71bc7e07e |
|
BLAKE2b-256 | 11eda0fc80b29318937e879cb6461c6ae5612041a10046005de2c159f1c7939b |
File details
Details for the file odeintw-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: odeintw-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f69a2cca657f05022ad593777b04ec7b31821ac1536724577b501d28de2da21 |
|
MD5 | 4305c45a6c6d3db95856e8dafe478542 |
|
BLAKE2b-256 | 2f90f5cdbc714f02ed70314b98e20753054d69a811ad91dec6f54e040d579e55 |