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.