Skip to content

Commit f4d7b3d

Browse files
authored
Update README.md
1 parent 31cdff3 commit f4d7b3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Catalog Description: *Basic subject on matrix theory and linear algebra, emphasi
1111

1212
**Textbook**: [Introduction to Linear Algebra: 6th Edition](http://eduapps.mit.edu/textbook/books.html?Term=2023SP&Subject=18.06).
1313

14+
**Detailed lecture notes are posted on Canvas (accessible only to registered students).**
15+
1416
## Lecture Material and Summaries
1517

1618
### Lecture 1 (Mon Feb 3 2025)
@@ -155,4 +157,12 @@ In class, we calculated the four fundamental subspaces on a small example. We ve
155157

156158
**Reading:** Strang 4.3.
157159

160+
### Lecture 13 (Wed March 5 2025)
161+
* We learned the **Gram-Schmidt procedure**: given a basis $(v_1,\ldots,v_r)$ for a subspace $V$ of $\mathbb{R}^n$, it produces an orthonormal basis $(u_1,\ldots,u_r)$ of $V$.
162+
* The Gram-Schmidt procedure can be summarized by the **QR factorization**: $A=QR$ where:
163+
* $A$ is the $n\times r$ matrix with columns $v_1,\ldots,v_r$;
164+
* $Q$ is the $n\times r$ matrix with columns $u_1,\ldots,u_r$;
165+
* $R$ is the $r\times r$ matrix of the coefficients relating the $v$'s to the $u$'s. In particular, $R$ is upper triangular with non-zero diagonal entries, and can be inverted by back-substitution.
166+
**Reading:** Strang 4.4.
167+
158168
Reading for upcoming lectures: we will continue through Strang Chapter 4.

0 commit comments

Comments
 (0)