Orbit

This program uses the SemiImplicitEuler integrator to simulate the orbit of an Earth satellite.

Generate the results as follows: ''' $ make $ ./Orbit > orbit.csv '''

Plot the results as follows:

''' $ python plot_position.py '''

Orbit