Hi,
I am trying to create a program (3D simulator) that reproduces the Solar system's behaviour. In this idea, I am using Newton's first and second laws:
F = G * m1 * m2 / ( r * r)
a = F / m
I already managed to create a stable system containing the Sun, Earth, Jupiter and other...