Math 329 -- Numerical Analysis webpage

Class syllabus (in pdf format).

Assignments

Final Projects: Requirements and timeline

Lab handouts:

Example programs and data:

Readings
These textbooks are good complements to the lectures. There are many other sources of information about Numerical Analysis, and actually, Wikipedia is pretty good if you know what you are looking for. I chose Moler because it is very well integrated with Matlab. I chose Numerical Recipes because it has good descriptions of the methods and also good "practical" advice on what tends to work (or not). You can ignore the actual code in Numerical Recipes if you want.

Unit Topic Moler Num Rec
1 Rootfinding 4.1-4.4 9.0-9.2, 9.4, 9.6
2 Linear Systems 2.1-2.6,2.8-2.10 2.0-2.3
3 Interpolation 3.1-3.6 3.0-3.1,3.3
3b Least Squares 5.0-5.1 15.0-15.1
(all of 15 in Num Rec is good for those of you destined for econometrics)
Note: we won't be doing justice to least squares in this class. Take Econ Stats.
4 Derivatives and integrals 6.1,6.2,6.4,6.5 4.0-4.3; 5.7
5 Initial Value Problems (ODE-IVPs) 7.1-7.5,7.7-7.15 16.0-16.2, 16.6
6 Boundary Value Problems (ODE-BVPs) 11.1-11.4 17.0,17.1, 17.3
Partial Differential Equations (PDEs) 19.0-19.3

Useful webpages for this class:

Matlab website resources: