Ordinary differential equation solver (numeric integration)
Project description
ode
This module provides numeric integrators for ordinary differential equations with usage similar to matlab integrators such as ode45.
Free software: MIT license
Documentation: http://ode-solver.readthedocs.io/.
- Integration methods:
Euler’s method
Backward Euler method
Verlet method:
For each integrator a generator and a standard version is included.
History
0.4.0 (2019-07-21)
Now requires numpy
Replaces list comprehension addition/multiplication with array math
update docs/double-pendulum-example to use an array dot-function and place it on the usage–>examples page of the documentation.
The date on 0.3.0 was wrong – should have been 2019-07-20
0.3.0 (2019-06-10)
BREAKS COMPATIBILITY
Output changes from [t, [[x0, v0], [x1, v1] …]] to [t, [[x0, x1, …], [v0, v1, …]]].
0.2.0 (2018-06-10)
Refactor to improve readability and code reuse.
Clean tempating and testing
Update documentation
0.1.2 (2018-03-06)
Add verlet integration
0.1.1 (2018-03-05)
Add generator versions of Euler and backward Euler methods.
0.1.0 (2018-03-03)
First release on PyPI.
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 ode-0.4.0.tar.gz
.
File metadata
- Download URL: ode-0.4.0.tar.gz
- Upload date:
- Size: 43.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f323f0985d6f118b1825cd4448a25d37cc88e1afd3650974de724ea8fb4267d4 |
|
MD5 | dc58b35dbc8f977b66a60c9870f9bfe7 |
|
BLAKE2b-256 | 766d671d49ea9bbae3afedcb6986987568cb092734bfab15fcf2b622edf5ddd6 |
File details
Details for the file ode-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: ode-0.4.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5904c2eb84b07f077ec1ac10d4bb2b1e67cdb778e0694a5c53a0ad7a1ae05a32 |
|
MD5 | de8ba1ee9a373900992ffaae9bf8b4de |
|
BLAKE2b-256 | d3fa4f45d2dbd8834b0b2666f0d7a62603650f2f6e872a67762e545ab1f3b7da |