The SVD of a matrix $A$ is given by $A = U \Sigma V^T$, where $U$ and $V$ are orthogonal matrices, and $\Sigma$ is a diagonal matrix with non-negative real numbers (the singular values).
Step 2: Calculate $A^T A$:
\[ A^T A = \begin{pmatrix} 1 & 0 \\ 1 & 1
Show more…