Daily Log
The table below contains a summary of what is covered each class day, along with any computer files (e.g. Matlab files) that were used that day.
I will post the lecture notes that I write on the screen here. They may be useful in filling in your own hand-written notes after the fact. Please do not rely on them solely.
Date | Topics | Zoom | Notes | Files |
---|---|---|---|---|
12-4 | Review Q and A |
Video |
Notes |
|
12-2 | Richardson Extrapolation |
Video |
Notes |
rich1.m rich2.m rich3.m rich4.m rich5.m trap.m |
11-30 | Derivative Approximations |
Video |
Notes Worksheet |
|
11-23 | Derivative Worksheet |
Video |
Worksheet |
|
11-20 | Quadrature Finale |
Video |
Notes |
|
11-18 | Gaussian Quadrature |
Video |
Notes |
|
11-16 | Quadrature Worksheet |
Video |
Worksheet |
|
11-13 | Quadrature |
Video |
Notes |
|
11-11 | Splines / Quadrature |
Video |
Cubic Splines Quadrature |
|
11-9 | Cubic Splines |
Video |
Notes |
Nov9.txt |
11-6 | Piecewise Polynomial Interpolation |
Video |
Chebyshev Interpolation Piecewise Polynomial Approximation |
|
11-4 | Interpolation Error / Chebyshev Interpolation |
Video |
Interpolation Error Chebyshev Interpolation |
chebpoints.m Nov4.txt |
11-2 | Polynomial Interpolation Error |
Video |
Notes |
Nov2.txt |
10-30 | Polynomial Interpolation |
Video |
Notes |
oct30.txt |
10-28 | Polynomial Interpolation |
Video |
Notes |
oct23.txt |
10-26 | Least Squares/QR Factorization |
Video |
Notes |
|
10-23 | Condition Number/Least Squares |
Video |
Condition Number Least Squares |
oct23.txt |
10-21 | Midterm! | |||
10-19 | Condition Number Part III |
Video |
Notes |
|
10-16 | Condition Number Part II |
Video |
Notes |
|
10-14 | Condition Number Part I |
Video |
Notes |
|
10-12 | Implementing Partial Pivoting |
Video |
Broadcast Notes Worksheet |
|
10-9 | Partial Pivoting Worksheet |
Video |
Worksheet |
|
10-7 | Partial Pivoting |
Video |
Notes |
|
10-5 | Computational Complexity |
Video |
Computational Complexity PartialPivoting |
|
10-2 | Counting FLOPs |
Video |
Notes |
|
9-30 | LU Factorization |
Video |
Notes |
|
9-28 | Linear Algebra Crash Course |
Video |
Notes |
|
9-25 | Rounding |
Video |
Notes |
|
9-23 | Floating Point |
Video |
Notes |
showfloat.m sept_23.txt |
9-21 | Floating Point |
Video |
Notes |
|
9-18 | Newton's Method Convergence/Floating Point |
Video |
Notes |
|
9-16 | Fixed Point Methods |
Video |
Notes |
|
9-14 | Quasi-Newton Methods |
Video |
Notes |
|
9-11 | Newton's Method |
Video |
Notes |
sept_11.txt |
9-9 | Taylor's Theorem; Newton's Method |
Video |
Notes |
sept_9.txt |
9-4 | Bisection; Taylor's Theorem |
Video |
Notes |
sept_4.txt |
9-2 | Bisection |
Video |
Notes |
sept_2.txt |
8-31 | Programming; Bisection |
Video |
More Programming Bisection |
countzeros.m |
8-28 | Programming Constructs |
Video |
Notes |
avg_print.m avg_return.m fct.m |
8-26 | Functions and Scripts |
Video |
Notes |
my_sinc.m plot_gauss.m |
8-24 | Matlab Tutorial |
Video |
Notes |