Readme

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.