09:30duration 9 minutes 30 seconds
Solving Differential Equations in Python: Higher…
Solving Differential Equations in Python: Higher order ODEs with solve_ivp
We look at how to break a second order ode into two couple first order ODEs so that these can be integrated using scipy's solve_ivp function.