Wed Feb 2 18:54:15 2022 three_body_ode_test(): Python version: 3.6.9 Test three_body_ode(). parameters: m0 = 5.0 m1 = 3.0 m2 = 4.0 t0 = 0.0 y0 = [ 1. -1. 0. 0. 1. 3. 0. 0. -2. -1. 0. 0.] tstop = 63.0 three_body_solve_ivp(): Use solve_ivp() to solve three_body_ode().. Graphics saved as "three_body_1.png" Graphics saved as "three_body_2.png" Graphics saved as "three_body_3.png" Graphics saved as "three_body_4.png" three_body_solve_ivp(): Normal end of execution. three_body_ode_test(): Normal end of execution. Wed Feb 2 18:54:17 2022