This project is a homework assignment for MATH 6646. It is a set of 6 programs that numerically solve specified ODEs using various methods.
You must have sage installed for plotting the graphs.
To compile the binaries for all problems use:
% make
To run each binary for a given set of parameters and plot the results using sage, use:
% make plots
This will create a bunch of image files like this one.
As expected, to get rid of the output and image files, use:
% make clean