Singular value decomposition
For Singular value decomposition, people always call it SVD. And it is a way to break up any (rectangular ) matrix into 3 pieces:
Where
is a orthogonal matrix
is a diagonal matrix, with singular value
is a orthogonal matrix
Noted that we can rewrite any square matrix into:
Where and is the eigenvalue vector for matrix and $\Lambda $ is the diagonal matrix with eigenvalue from top-left to bottom-right as large value to small value.
What is the difference between this two methods:
Let’s see
Since is the orthogonal matrix,
And we can find the relation is that is a square matrix and is positive definite since it is a square of a matrix . So the eigenvaues are greater or equal than 0. and is the eigenvalue vector for and is the (eigenvalue) for or the for the .
(Determinal is 0)= singular matrix, orthogonal matrix has determinant as 1, the product of is same as the determinant of
Only for square matrix that