MATH 348. Scientific Computation in Numerical Analysis.
Unique #60210, Fall 2007
Demonstrations
Roundoff Errors
Computing sin(x)
- Alternating series for sin(x)
sine.C
Lagrange Interpolation
Code to plot Lagrange polynomials:
- interp.C
- matlabPlot.C
- matlabPlot.h
This outputs the file "interpPoly.m", which can be plotted using matlab.
Stability for IVP's