Skip to content

Commit 3172e86

Browse files
committed
typo
1 parent 2364a9f commit 3172e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ We used the latter characterization to calculate $\text{proj}Y x$ where $Y$ is t
139139
* Note that $v = A x$ where $x = (A^t A)^{-1} A^t b$. This achieves the minimum distance $\Vert Ax-b \Vert$, and we call this the **least squares solution**.
140140
* Lastly we went over some examples of the projection matrix formula:
141141
* In the one-dimensional case $Y = \text{span}\{y\}$ where $y$ is a unit vector, we take $A = y$ and recover the formula $P_Y = yy^t$.
142-
* If we have an orthonormal basis $\{u^1, ..., u^r\}$ for $V$, then $P_V = P_1 + ... + P_r$ where $P_j = u_j(u^j)^t$ is the orthogonal projection onto $\text{span}\{u^j\}$.
142+
* If we have an orthonormal basis $\{u^1, ..., u^r\}$ for $V$, then $P_V = P_1 + ... + P_r$ where $P_j = u^j(u^j)^t$ is the orthogonal projection onto $\text{span}\{u^j\}$.
143143

144144
**Reading:** Strang 4.3.
145145

0 commit comments

Comments
 (0)