07-Jan-2022 19:21:33 exp_ode_test(): MATLAB/Octave version "9.8.0.1380330 (R2020a) Update 2" Solve the exp ODE. Parameter values: alpha = 1 t0 = 0 y0 = 1 n = 80 tstop = 5 exp_euler() Solve the exp ODE using the Euler method. Graphics saved as "exp_euler.png" RMS error norm = 6.14341 exp_backward_euler(): Solve the EXP ODE using the backward Euler method. Number of equal steps = 80 Graphics saved as "exp_backward_euler.png" RMS error norm = 7.72021 exp_midpoint() Solve the exp ODE using the midpoint method. Graphics saved as "exp_midpoint.png" RMS error norm = 0.0714738 exp_ode45() Solve the exp ODE using ode45(). Number of steps taken was 45 Graphics saved as "exp_ode45.png" RMS error norm = 0.000825244 exp_ode_test(): Normal end of execution. 07-Jan-2022 19:21:40