trick/trick_source/trick_utils/SAIntegrator/examples/Orbit
2020-09-27 19:22:55 -05:00
..
images Add new stand alone numerical integration library SAIntegrator #1056 #936 2020-09-27 18:36:49 -05:00
makefile Add new stand alone numerical integration library SAIntegrator #1056 #936 2020-09-27 18:36:49 -05:00
Orbit.cpp Add new stand alone numerical integration library SAIntegrator #1056 #936 2020-09-27 18:36:49 -05:00
plot_position.py Add new stand alone numerical integration library SAIntegrator #1056 #936 2020-09-27 18:36:49 -05:00
README.md Update README.md 2020-09-27 19:22:55 -05:00

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