Introduction
  • Introduction to Runge-Kutta Method
  • The Lotka-Volterra Model
Implementation of RK4 using MATLAB
  • Implementation of Lotka-Volterra System in MATLAB
  • Implementation of RK4 in MATLAB
  • Wrapping things up: Applying solver to model
Implementation of RK4 using Python
  • Implementation of Lotka-Volterra System in Python
  • Implementation of RK4 in Python
  • Wrapping things up: Applying solver to model