Singular Value Decomposition
As we know, diagonalization is a very useful technique of decomposing a matrix so that we can do computations more easily. However, there are two main limitation of diagonalization:
- It only applies to square matrices.
- Not every square matrix is diagonalizable.
An Example
Let . The SVD of is as follows:
(Note: SVD is not unique.)
This is an useful online SVD calculator.