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.
Release files for ode 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ode-0.4.0.tar.gz | 43.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ode-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.0 kB
Release files / ode-0.4.0.tar.gz
| Download URL | ode-0.4.0.tar.gz |
|---|---|
| Size | 43.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f323f0985d6f118b1825cd4448a25d37cc88e1afd3650974de724ea8fb4267d4
|
|
BLAKE2b-256 checksum How to use checksums |
766d671d49ea9bbae3afedcb6986987568cb092734bfab15fcf2b622edf5ddd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.7
|
Release files / ode-0.4.0-py3-none-any.whl
| Download URL | ode-0.4.0-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5904c2eb84b07f077ec1ac10d4bb2b1e67cdb778e0694a5c53a0ad7a1ae05a32
|
|
BLAKE2b-256 checksum How to use checksums |
d3fa4f45d2dbd8834b0b2666f0d7a62603650f2f6e872a67762e545ab1f3b7da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.7
|