ChEn263 — Lecture 22
Lecture 22 - Systems of ODEs
- In this lecture, I introduce systems of ODEs and talk about how to write them in standard form. I also discuss how to turn a higher-order ODE (e.g. something 2nd or 3rd order) and turn it into a system of first-order ODEs.
Examples
- This video contains examples in Python using the
solve_ivp
function from thescipy.integrate
module.