08-Jan-2022 08:49:44 zombie_ode_test() MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2. Solve the zombie ODE. ALPHA = 0.008, death rate of zombies in human/zombie encounter. BETA = 0.0095, infection rate for human/zombie encounter. ZETA = 0.02, dead-human-zombie-resurrection rate. DELTA = 0.0001, Non-zombie-related human death rate. T0 = 0, initial time Y0(1) = 500, initial humans. Y0(2) = 0, initial zombies. Y0(3) = 0, initial suspended zombies. TSTOP = 20 zombie_euler: Use euler() to solve the zombie ODE. Number of equal steps = 2000 Graphics saved as "zombie_euler_plot.png". Graphics saved as "zombie_euler_conservation.png". zombie_ode_test Normal end of execution. 08-Jan-2022 08:49:51