MassSpringDamper
This program uses the SemiImplicitEuler integrator 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
'''