Section 1.7 Normal Matrices
ΒΆNormal matrices comprise a broad class of interesting matrices, many of which you probably already know by other names. But they are most interesting since they define exactly which matrices we can diagonalize via a unitary matrix. This is the upcoming Theorem (((orthonormal diagonalization))).Definition 1.7.1. Normal Matrix.
The square matrix A is normal if \adjoint{A}A=A\adjoint{A}\text{.}
Example 1.7.2. A normal matrix.
Consider the matrix \(\begin{bmatrix}1 & -1\\1 & 1\end{bmatrix}\text{.}\) Then
\begin{equation*}
\begin{bmatrix}1 & -1\\1 & 1\end{bmatrix}\begin{bmatrix}1 & 1\\-1 & 1\end{bmatrix} = \begin{bmatrix}2 & 0\\0 & 2\end{bmatrix}=\begin{bmatrix}1 & 1\\-1 & 1\end{bmatrix}\begin{bmatrix}1 & -1\\1 & 1\end{bmatrix}
\end{equation*}
so we see by Definition Definition 1.7.1 that \(A\) is normal. However, notice that \(A\) is not symmetric (hence, as a real matrix, not Hermitian), not unitary, and not skew-symmetric.