Skip to main content

Module ode

Module ode 

Source
Expand description

Python ode module — ordinary differential equation solvers.

Functions§

py_classify_ode
Classify an ODE and return the applicable method names.
py_dsolve
Solve an ODE symbolically.
py_dsolve_ivp
Solve a first- or second-order linear constant-coefficient IVP via the Laplace transform.