10: Systems of ODEs
( \newcommand{\kernel}{\mathrm{null}\,}\)
In the previous chapter we used Euler’s method and ode45
to solve a single first-order differential equation. In this chapter, we’ll move on to systems of ODEs and implement a model of a predator-prey system. But first, we have to learn more about matrices.