Skip to content

Commit 1cbe200

Browse files
authored
Merge pull request #268 from QuantEcon/fix
[svd_intro] fix a small typo
2 parents ac4c212 + 3e36d93 commit 1cbe200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/svd_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ $$
856856
X = U \Sigma V^T
857857
$$ (eq:SVDDMD)
858858
859-
where we remind ourselves that for a **reduced** SVD, $X$ is an $m \times n$ matrix of data, $U$ is an $m \times p$ matrix, $\Sigma$ is a $p \times p$ matrix, and $V is an $n \times p$ matrix.
859+
where we remind ourselves that for a **reduced** SVD, $X$ is an $m \times n$ matrix of data, $U$ is an $m \times p$ matrix, $\Sigma$ is a $p \times p$ matrix, and $V$ is an $n \times p$ matrix.
860860
861861
We can efficiently construct the pertinent pseudo-inverse $X^+$
862862
by recognizing the following string of equalities.

0 commit comments

Comments
 (0)