Sat Jan 29 15:29:37 2022 stiff_ode_test(): Python version: 3.6.9 Solve stiff_ode(). parameters: lamda = 50.0 t0 = 0.0 y0 = 1.0 tstop = 1.0 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. Sat Jan 29 15:29:37 2022