08-Jan-2022 10:32:37 three_body_ode_test() MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Solve the three body ODE. Parameter values: m0 = 5 m1 = 3 m2 = 4 t0 = 0 y0 = (1,-1,0,0,1,3,0,0,-2,-1,0,0) tstop = 63 three_body_ode113(): Use ode113 to solve the three body ODE. Number of variable steps = 14282 Graphics saved as "three_body_ode113_1.png" Graphics saved as "three_body_ode113_2.png" Graphics saved as "three_body_ode113_3.png" Graphics saved as "three_body_ode113_4.png" three_body_ode45: MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Use ode45() to solve the three body ODE. Number of variable steps = 54997 Graphics saved as "three_body_ode45_1.png" Graphics saved as "three_body_ode45_2.png" Graphics saved as "three_body_ode45_3.png" Graphics saved as "three_body_ode45_4.png" three_body_ode_test: Normal end of execution. 08-Jan-2022 10:32:45