Yes I know that the N-Body Problem is unsolved for n>=3, but I'm using a numerical solution (with a leapfrog algorithm)
No not at the moment, as i have a quite small problem size (n<100) at the moment
Well I'm searching for a way to calculate the "spin" of each planet, like the Earth...
Hello everyone,
I'm new here so let me introduce myself first:
I'm a games engineering student and my main field is programming
Right now I'm struggeling with the N-Body Problem, well I think actually solved parts of it:
I've implemented the basic equations with a leapfrog algorithm...