archimedes.simulateΒΆ

Functions

integrator(func[, method, atol, rtol, ...])

Create an ODE solver function from a dynamics function.

odeint(func, t_span, x0[, method, t_eval, ...])

Integrate a system of ordinary differential equations.