Skip to main content

Ordinary differential equation solver (numeric integration)

Project description

https://img.shields.io/pypi/v/ode.svg https://img.shields.io/travis/bierschenk/ode.svg Documentation Status

ode

This module provides numeric integrators for ordinary differential equations with usage similar to matlab integrators such as ode45.

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

ode-0.4.0.tar.gz (43.7 kB view hashes)

Uploaded Source

Built Distribution

ode-0.4.0-py3-none-any.whl (5.3 kB view hashes)

Uploaded 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