17

I'm a little confused as to when a matrix is orthogonally diagonalizable.

I understand that if symmetric, it's always orthogonally diagonalizable, but in what other cases can you orthogonally diagonalize a matrix?

4 Answers4

22

I assume that by $A$ being orthogonally diagonalizable, you mean that there's an orthogonal matrix U and a diagonal matrix $D$ such that

$$A = UDU^{-1} = UDU^T.$$

A must then be symmetric, since (note that since $D$ is diagonal, $D^T = D$!) $$A^T = \left(UDU^T\right)^T = \left(DU^T\right)^TU^T = UD^TU^T = UDU^T = A \text{.}$$

fgp
  • 21,050
7

A square matrix is said to be orthogonally diagonalizable if there exist an orhtogonal matrix $P$ such that $P^{-1}AP$ is a diagonal matrix.

A square matrix $A$ is orthogonally diagonalizable $\Leftrightarrow$ $A$ is symmetric.

Myshkin
  • 35,974
  • 27
  • 154
  • 332
2
  1. For a complex inner product space, a matrix $A$ is orthogonally diagonalizable iff $A A^* = A^* A$.
  2. For a real inner product space, a matrix $A$ is orthogonally diagonalizable iff $A^T = A$.

Notice that the condition in (2) is more strict than (1) in that (2) $\implies$ (1).

Orthogonal diagonalizability of matrix $A \in \mathbb{F}^{n \times n}$ means there exists an orthonormal basis for $\mathbb{F}^n$ consisting of eigenvectors of $A$.

rims
  • 2,657
0

From here:

An $n \times n$ matrix is called orthogonally diagonalizable if there is an orthogonal matrix $U$ and a diagonal matrix $D$ for which $A = UDU^{-1} = UDU^\top.$ Thus, an orthogonally diagonalizable matrix is a special kind of diagonalizable matrix: not only can we factor $A=PDP^{-1},$ but we can find an matrix that $U=P$ that works. In that case case, the columns of $U$ form an basis for $\mathbb R^n.$

Hence, it adds the word "orthogonal" to $P:$ the eigen decomposition of a square matrix $A$ allows $A=PDP^{-1},$ with $P$ containing eigenvectors and $D$ eigenvalues - a square matrix is similar to a diagonal matrix. But what does 'orthogonal' add to $P$?

Having been shown on other answers that $A$ must be symmetric, I want to add the following intuitive way of thinking of it:

A square matrix $A$ is orthogonally diagonalizable if its eigenvectors are orthogonal *which is the case for any symmetrical matrix). The eigenvalues dilate the space subtended along an orthogonal grid.