06-Feb-2022 10:23:59 stiff_ode_test() MATLAB/Octave version "9.8.0.1380330 (R2020a) Update 2" Solve stiff_ode(). parameters: lambda = 50 t0 = 0 y0 = 0 tstop = 1 stiff_euler_test(): Solve stiff_ode() using the Euler method. Graphics saved as "stiff_euler.png" stiff_backward_euler_test(): Solve stiff_ode() using the backward Euler method. Graphics saved as "stiff_euler_backward.png" stiff_midpoint_test(): Solve stiff_ode() using the midpoint method. Graphics saved as "stiff_midpoint.png" stiff_ode_test(): Normal end of execution. 06-Feb-2022 10:24:06