We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8173d39 commit 8a158f4Copy full SHA for 8a158f4
morea/nlp/exp-svd.md
@@ -56,10 +56,13 @@ Multiplying the left equation by \\(X\\) on the left and noting
56
57
$$XV = U\begin{bmatrix} \Lambda \\ {\bf 0}_{(n-p)\times p}\end{bmatrix},$$
58
59
-we have
+we have (show why?)
60
61
$$ XX^T X = U \begin{bmatrix} \Lambda^2 \\ {\bf 0}_{(n-p)\times p} \end{bmatrix} V^T, $$
62
and therefore noting that \\(V^T = V^{-1}\\), we have
63
64
$$ X = U \begin{bmatrix} \Lambda \\ {\bf 0}_{(n-p)\times p} \end{bmatrix} V^T. $$
65
66
+This is the singular value decomposition.
67
+
68
0 commit comments