-
What the heck is 3body simulator?
This all started out as a little programming exercise, in which I tried to build a simple program to solve the famous 3-body gravity problem using Newtonian mechanics. That is, after inputting the initial positions and velocities of 3 objects, along with their masses, the program predicts their subsequent motion using numerical methods. However, I…