Update README.md

This commit is contained in:
jmpenn 2020-09-27 19:22:55 -05:00 committed by GitHub
parent d96dab1734
commit d819aa9e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,15 @@
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](images/Orbit.png)