diff --git a/README.md b/README.md index ba6ba31..b091dbb 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,12 @@ with respect to a prescribed weight—and their usage in numerical computations. 5. [The Julia–Matlab–Python Cheatsheet](https://cheatsheets.quantecon.org) -## Notes from lectures +## Notes from lectures 1. [Integers](lectures/Integers.png) +2. [Floating Point Numbers](lectures/FloatingPoint.jpg) +3. [Floating Point Arithmetic](lectures/Arithmetic.jpg) +4. [Bounding Errors in Rounding](lectures/Rounding.jpg) ## What is numerical analysis? diff --git a/lectures/Arithmetic.jpg b/lectures/Arithmetic.jpg new file mode 100644 index 0000000..00208ef Binary files /dev/null and b/lectures/Arithmetic.jpg differ diff --git a/lectures/FiniteDifferences.jpg b/lectures/FiniteDifferences.jpg new file mode 100644 index 0000000..e094f20 Binary files /dev/null and b/lectures/FiniteDifferences.jpg differ diff --git a/lectures/FloatingPoint.jpg b/lectures/FloatingPoint.jpg new file mode 100644 index 0000000..20211c6 Binary files /dev/null and b/lectures/FloatingPoint.jpg differ diff --git a/lectures/Rounding.jpg b/lectures/Rounding.jpg new file mode 100644 index 0000000..3722d69 Binary files /dev/null and b/lectures/Rounding.jpg differ