Thu Mar 7 20:28:56 2024 langford_ode_test(): Python version: 3.8.10 Solve langford_ode(). Plot solution components (T,X(T)), (T,Y(T)), and (T,Z(T)). Plot (X(T),Y(T),Z(T)). parameters: a = 0.95 b = 0.7 c = 0.6 d = 3.5 e = 0.25 f = 0.1 t0 = 0.0 xyz0 = [0.1 1. 0. ] tstop = 2000.0 Graphics saved as "langford_ode_components.png" Graphics saved as "langford_ode_3d.png" langford_ode_test(): Normal end of execution. Thu Mar 7 20:28:58 2024