20-May-2021 16:13:06 exp_ode_test(): MATLAB/Octave version "4.2.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 15 Graphics saved as "exp_ode45.png" RMS error norm = 0.000745071 exp_ode_test(): Normal end of execution. 20-May-2021 16:13:09