ode

Ordinary differential equation solver (numeric integration)


Keywords
ode
License
MIT
Install
pip install ode==0.1.1

Documentation

Readme

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.