Update README.md

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

View File

@ -3,20 +3,21 @@
This program uses the SA::EulerCromerIntegrator to simulate a simple mass-spring-damper.
Generate the results as follows:
'''
```
$ make
$ ./MassSpringDamper > msd.csv
'''
```
Plot the results as follows:
'''
```
$ python plot_position.py
'''
```
and
'''
```
$ python plot_velocity.py
'''
```
![MSD](images/MSD.png)