Skip to content

Commit 37ed3f0

Browse files
Tom's Dec 28 touchups of SVD lecture
1 parent 836062e commit 37ed3f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/svd_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Later we'll also describe an **economy** or **reduced** SVD.
119119
But before we study a **reduced** SVD we'll say a little more about properties of a **full** SVD.
120120

121121

122-
## SVD and Four Fundamental Subspaces
122+
## Four Fundamental Subspaces
123123

124124

125125
Let's start with a reminder about definitions of the four fundamental subspaces of an $m \times n$
@@ -241,7 +241,7 @@ print("Right null space:\n", null_space.T)
241241
242242
243243
244-
## Properties of Full and Reduced SVD's
244+
## Full and Reduced SVD's
245245
246246
Up to now we have described properties of a **full** SVD in which shapes of $U$, $\Sigma$, and $V$ are $\left(m, m\right)$, $\left(m, n\right)$, $\left(n, n\right)$, respectively.
247247

0 commit comments

Comments
 (0)