Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-Nov-2024 14:32:30 rk2_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test rk2(). humps_rk2(): Solve the humps ODE using rk2(). Graphics saved as "humps_rk2.png" predator_prey_rk2(): A pair of ordinary differential equations for a population of predators and prey are solved using the Runge-Kutta order 2 method, solving the implicit function using fsolve(). The exact solution shows periodic behavior, with a fixed period and amplitude. Graphics saved as "predator_prey_rk2.png" predator_prey_rk2(): Normal end of execution. stiff_rk2(): Use rk2() to solve the stiff ODE. Graphics saved as "stiff_rk2.png" stiff_rk2(): Normal end of execution. rk2_test(): Normal end of execution. 13-Nov-2024 14:32:38