You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-13
Original file line number
Diff line number
Diff line change
@@ -116,19 +116,18 @@ In class, we calculated the four fundamental subspaces on a small example. We ve
116
116
117
117
### Lecture 10 (Wed Feb 26 2025)
118
118
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$.
0 commit comments