Skip to content

Commit

Permalink
Add handwritten notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Feb 5, 2022
1 parent c4cbedf commit 210a6bc
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
Binary file added lectures/Asymptotics.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lectures/DualNumbers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lectures/GramSchmidt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lectures/Householder.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lectures/LeastSquares.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lectures/OrthogonalMatrices.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lectures/PLU.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lectures/Permutations.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lectures/StructuredMatrices.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 210a6bc

Please sign in to comment.