SVD - Singular Value Decomposition

Every real matrix have a singular value decomposition which is different than eigenvalue decomposition because it's only for square matrices.

A=UDVTA = UDV^T

U,VU, Vboth are orthogonal and DDis diagonal matrix (not necessarily square)

Last updated