Example Scripts
How to...
plot a function
read in tabular data from a text file
find the zeros of a function using bisection
find the zeros of a function using Newton's method
compute a definite integral
solve a differential equation with one dependent variable
(dY/dt = f(Y,t))
solve a differential equation with multilple dependent variables