Singular Value Decomposition - Properties of Symmetric Matrices
matrix
In a previous post, you have seen that the eigenvectors of a symmetric matrix are perpendicular to each other. This is not a coincidence and is an important property of symmetric matrices.
An important property of symmetric matrices is that
an
Eigendecomposition ¶
A symmetric matrix is orthogonally diagonalizable.
It means that for an
in which
This can also be written as
This factorization of
Let’s see an example. Suppose that
It has two eigenvectors:
and the corresponding eigenvalues are:
Therefore,
Likewise, columns of
The transpose of
And finally, barring some round error,
It is neat to be able to re-write a symmetric matrix as the product of three matrices. But to understand its implication, we need to look at it geometrical interpretation, which will be the topic of the next post.