Mon Jan 31 11:46:05 2022 roessler_ode_test() Python version: 3.6.9 Compute solutions of the Roessler system. Plot solution components (T,X(T)), (T,Y(T)), and (T,Z(T)). Plot (X(T),Y(T),Z(T)). parameters: alpha = 0.2 beta = 0.2 mu = 5.7 t0 = 0.0 y0 = [8. 1. 1.] tstop = 100.0 Graphics saved as "roessler_ode_components.png" Graphics saved as "roessler_ode_3d.png" roessler_ode_test(): Normal end of execution. Mon Jan 31 11:46:06 2022