Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 07-May-2025 07:31:01 rk3_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test rk3(). humps_rk3(): Solve the humps ODE using rk3(). Graphics saved as "humps_rk3.png" predator_prey_rk3(): A pair of ordinary differential equations for a population of predators and prey are solved using the Runge-Kutta order 3 method, solving the implicit function using fsolve(). The exact solution shows periodic behavior, with a fixed period and amplitude. Graphics saved as "predator_prey_rk3.png" predator_prey_rk3(): Normal end of execution. stiff_rk3(): Use rk3() to solve the stiff ODE. Graphics saved as "stiff_rk3.png" stiff_rk3(): Normal end of execution. rk3_test(): Normal end of execution. 07-May-2025 07:31:09