Skip to content

Commit 389b137

Browse files
committed
tweaks
1 parent 98b142d commit 389b137

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,18 @@ In class, we calculated the four fundamental subspaces on a small example. We ve
116116

117117
### Lecture 10 (Wed Feb 26 2025)
118118

119-
We covered what it means for two subspaces of $\mathbb{R}^n$ to be:
120-
* complementary
121-
* orthogonal
122-
* orthogonal complements.
123-
124-
In particular:
125-
* If $V$ and $W$ are complementary subspaces of $\mathbb{R}^n$, then any $x \in \mathbb{R}^n$ can be uniquely written as $x = v + w$ with $v$ from $V$, $w$ from $W$.
126-
* If $V$ and $W$ are in additional orthogonal complements, then $v$ is the orthogonal projection of $x$ onto $V$, while $w$ is the orthogonal projection of $x$ onto $W$. Denoted $v = \text{proj}_V x$ and $w = \text{proj}_W x$.
127-
128-
We discussed the geometric interpretation of orthogonal projection:
129-
* $v = \text{proj}_V x$ is the unique vector $v$ in $V$ that lies closest to $x$.
130-
* equivalently, $v = \text{proj}_V x$ is the unique vector $v$ in $V$ such that $(x-v)$ is perpendicular to $V$.
131-
We used the latter characterization to calculate $\text{proj}Y x$ where $Y$ is the span of a single nonzero vector $y$ in $\mathbb{R}^n$.
119+
* We covered what it means for two subspaces of $\mathbb{R}^n$ to be:
120+
* complementary
121+
* orthogonal
122+
* orthogonal complements.
123+
* In particular:
124+
* If $V$ and $W$ are complementary subspaces of $\mathbb{R}^n$, then any $x \in \mathbb{R}^n$ can be uniquely written as $x = v + w$ with $v$ from $V$, $w$ from $W$.
125+
* If $V$ and $W$ are in additional orthogonal complements, then $v$ is the orthogonal projection of $x$ onto $V$, while $w$ is the orthogonal projection of $x$ onto $W$. Denoted $v = \text{proj}_V x$ and $w = \text{proj}_W x$.
126+
* We discussed the geometric interpretation of orthogonal projection:
127+
* $v = \text{proj}_V x$ is the unique vector $v$ in $V$ that lies closest to $x$.
128+
* equivalently, $v = \text{proj}_V x$ is the unique vector $v$ in $V$ such that $(x-v)$ is perpendicular to $V$.
129+
* We used the latter characterization to calculate $\text{proj}Y x$ where $Y$ is the span of a single nonzero vector $y$ in $\mathbb{R}^n$.
130+
132131
**Reading:** Strang 4.2.
133132

134133
### Lecture 11 (Fri Feb 28 2025)

0 commit comments

Comments
 (0)