Tagged Questions
3
votes
0answers
173 views
Simple model of the solar system. Parameters? Accuracy?
I was thinking of making a simple 2D model of the solar system, with planets moving along ellipses like
$$x(t) = k_x \sin(t + k_t) (\sin(k_\phi) + \cos(k_\phi))$$
$$y(t) = k_y \cos(t + k_t) ...