Skip to content

Commit e811011

Browse files
Tom's Jan 5 edits of svd lecture
1 parent 0b892ce commit e811011

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

lectures/svd_intro.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ print(f'rank X = {rr}')
491491
```
492492
## Polar Decomposition
493493
494-
A singular value decomposition (SVD) of $X$ is related to a **polar decomposition** of $X$
494+
A **reduced** singular value decomposition (SVD) of $X$ is related to a **polar decomposition** of $X$
495495
496496
$$
497497
X = SQ
@@ -508,8 +508,14 @@ $$
508508
509509
Here
510510
511-
* $S$ is a symmetric matrix
512-
* $Q$ is an orthogonal matrix
511+
* $S$ is an $m \times m$ **symmetric** matrix
512+
* $Q$ is an $m \times n$ **orthogonal** matrix
513+
514+
and in our reduced SVD
515+
516+
* $U$ is an $m \times p$ orthonormal matrix
517+
* $\Sigma$ is a $p \times p$ diagonal matrix
518+
* $V$ is an $n \times p$ orthonormal
513519
514520
## Principal Components Analysis (PCA)
515521

0 commit comments

Comments
 (0)