deepdream of
          a sidewalk
Show Question
Math and science::INF ML AI

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 A1 is symmetric.

To start with, we know that:

I=AA1=(AA1)Tas I=IT=(A1)TATby the rule (AB)T=BTAT=(A1)TAas A=AT

So, (A1)T is also an inverse of A, but there is only one, so A1=(A1)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:

A=QΔQT

where Q is an orthogonal matrix of eigenvectors of A and Δ is a diagonal matrix containing the eigenvalues.

Taking the transpose of this representation, we get:

(QΔQT)T=QΔTQT=QΔQT

showing that QΔQT (and thus A) is symmetric.