Singular Value Decomposition (SVD)
Decomposition of a matrix \(A\) as
\begin{equation*} A = U \Sigma V^T \end{equation*}Where, \(U\) and \(V\) are orthogonal matrices and \(\Sigma\) is a diagonal matrix.
This implies:
\begin{equation*} A V = \Sigma U \end{equation*} \begin{equation*} U^T A = \Sigma V^T \end{equation*}See:
Alogrithms for SVD: