HOME

Date: <2024-11-13 Wed>

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:


Backlinks


You can send your feedback, queries here