Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 18:48:24 three_body_ode_test() MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Solve three_body_ode(). parameters: 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 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.11.0.2358333 (R2021b) Update 7 Use ode45() to solve 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. 13-May-2025 18:48:34