diff --git a/README.md b/README.md index 499ee11..dd22d1a 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,17 @@ with respect to a prescribed weight—and their usage in numerical computations. 2. [Floating Point Numbers](lectures/FloatingPoint.jpg) 3. [Floating Point Arithmetic](lectures/Arithmetic.jpg) 4. [Bounding Errors in Rounding](lectures/Rounding.jpg) +5. [Finite Differences](lectures/FiniteDifferences.jpg) +6. [Dual Numbers](lectures/DualNumbers.jpg) +7. [Structured Matrices](lectures/StructuredMatrices.jpg) +7. [Permutations](lectures/Permutations.jpg) +7. [Orthogonal Matrices](lectures/OrthogonalMatrices.jpg) +7. [Least Squares](lectures/LeastSquares.jpg) +7. [Gram Schmidt and Reduced QR](lectures/GramSchmidt.jpg) +7. [Householder and QR](lectures/Householder.jpg) +7. [PLU Decomposition](lectures/PLU.jpg) + + ## What is numerical analysis? diff --git a/lectures/Asymptotics.jpg b/lectures/Asymptotics.jpg new file mode 100644 index 0000000..00c23b7 Binary files /dev/null and b/lectures/Asymptotics.jpg differ diff --git a/lectures/DualNumbers.jpg b/lectures/DualNumbers.jpg new file mode 100644 index 0000000..eedc989 Binary files /dev/null and b/lectures/DualNumbers.jpg differ diff --git a/lectures/GramSchmidt.jpg b/lectures/GramSchmidt.jpg new file mode 100644 index 0000000..39275da Binary files /dev/null and b/lectures/GramSchmidt.jpg differ diff --git a/lectures/Householder.jpg b/lectures/Householder.jpg new file mode 100644 index 0000000..80d65b6 Binary files /dev/null and b/lectures/Householder.jpg differ diff --git a/lectures/LeastSquares.jpg b/lectures/LeastSquares.jpg new file mode 100644 index 0000000..c2dc3ae Binary files /dev/null and b/lectures/LeastSquares.jpg differ diff --git a/lectures/OrthogonalMatrices.jpg b/lectures/OrthogonalMatrices.jpg new file mode 100644 index 0000000..65284c9 Binary files /dev/null and b/lectures/OrthogonalMatrices.jpg differ diff --git a/lectures/PLU.jpg b/lectures/PLU.jpg new file mode 100644 index 0000000..650747f Binary files /dev/null and b/lectures/PLU.jpg differ diff --git a/lectures/Permutations.jpg b/lectures/Permutations.jpg new file mode 100644 index 0000000..3c0e5a3 Binary files /dev/null and b/lectures/Permutations.jpg differ diff --git a/lectures/StructuredMatrices.jpg b/lectures/StructuredMatrices.jpg new file mode 100644 index 0000000..8d8bc6e Binary files /dev/null and b/lectures/StructuredMatrices.jpg differ