Programs and handouts from class
Posted: Fri Oct 08, 2010 10:39 am
- series1.m from 10/8/10. Note, do not name a file series.m because I am pretty sure there is a built-in matlab function called series that this would then conflict with.
- numerical1.fand numerical2.f implementing Euler's method from 10/11.
- fourier2.m which plots the Fourier series for the example from class on 11/10/10.
- second.f which uses Euler's method and a second order Taylor series method to solve an initial value problem from 11/26/10.
- rk4ex.f from 12/1/10.