Numerical Analysis
Professor: Mark McClure
This web page is retired; I cannot promise that all the links work.
Handy Links
- Syllabus
- Course calendar
- The textbook
- A crash course in Python: [ PDF | HTML | Notebook]
- Discourse
Demos
- Planetary motion
- Some simple computations [ HTML | Notebook]
- Cancellation and loss of significance [ HTML | Notebook]
- Notes on floating point arithmetic [ HTML | Notebook]
- Finding roots [ HTML | Notebook]
- Root finding example [ HTML | Notebook]
- Newton's method in the complex domain [ HTML | Notebook]
- Polynomials and Interpolation [ HTML | Notebook]
- Splines [ HTML | Notebook]
- GPX import [ HTML | Notebook]
- The Discourse API [ HTML | Notebook]
- Eigenrankings [ HTML | Notebook]
- Solving linear systems [ HTML | Notebook]
- LU Experimentation [ HTML | Notebook]
- Iterative techniques in linear algebra [ HTML | Notebook]
- Optimization for Kaggle's March Madness Competition [ HTML | Notebook]
- Least squares and linear algebra [ HTML | Notebook]
- Numerical Differentiation [ HTML | Notebook]
- Numerical Integration [ HTML | Notebook]
- The Mandelbrot set [ HTML | Notebook]
- Gaussian Quadrature [ HTML | Notebook]
- Ricardson extrapolation and Romberg integration [ HTML | Notebook]
- Tools for solving ODEs [ HTML | Notebook]
- Euler's Method [ HTML | Notebook]