Inverse of symmetric matrix is symmetric
The inverse of a symmetric matrix is symmetric.
The proof is on the reverse side. Can you remember it?
There is an intuitive perspective that relies on diagonalizing the matrix.
Proof
Let \( A \) be a nonsingular symmetric matrix. We want to show that \( A^{-1} \) is symmetric.
To start with, we know that:
So, \( (A^{-1})^T \) is also an inverse of \( A \), but there is only one, so \( A^{-1} = (A^{-1})^T \).
Symmetric matrix has orthogonal eigenvectors
The Spectral theorem tells us that a symmetric matrix has orthogonal eigenvectors and can be decomposed into a rotation, a scaling and a rotation back. To undo this opperation, we would again carry out the same rotation, then reverse the scaling and rotate back. This inversing operation has exactly the same form and is also symmetric.
Symbolically, a symmetric matrix \( A \) can be decomposed as:
where \( Q \) is an orthogonal matrix of eigenvectors of \( A \) and \( \Delta \) is a diagonal matrix containing the eigenvalues.
Taking the transpose of this representation, we get:
showing that \( Q \Delta Q^T \) (and thus \( A \)) is symmetric.