Lecture Notes
Slides and notes are posted here as the semester goes on. The PDF is the version annotated in class; anything else that goes with the lecture (source slides, code, figures) is under Materials.
| Lecture | Annotated PDF | Materials | Demos |
|---|---|---|---|
| 000-intro | 000-intro.pdf | — | |
| 010-gauss-elimination | 010-gauss-elimination.pdf | Gaussian Elimination | |
| 020-algorithms | 020-algorithms.pdf | Big-O Definition | |
| 030-lu-factorization | 030-lu-factorization.pdf | — | — |
| 040-inverse-and-condition | 040-inverse-and-condition.pdf | Condition Number | |
| 050-bisection | 050-bisection.pdf | Incremental Search | |
| 060-newton | 060-newton.pdf | Newton-Raphson | |
| 070-nonlinear-systems | 070-nonlinear-systems.pdf | Newton-Raphson for Systems | |
| 080-logarithmic-and-exponential-growth | — | — |