Hermitian and normal matrices are central objects in complex linear algebra. Hermitian matrices are the complex analogue of real symmetric matrices. Normal matrices form a broader class that includes Hermitian, unitary, and skew-Hermitian matrices.
Their importance comes from the spectral theorem. Hermitian matrices can be diagonalized by unitary matrices with real eigenvalues. More generally, every normal matrix can be unitarily diagonalized. This means that after a change to orthonormal coordinates, the matrix becomes diagonal. The geometry of the space is preserved because the change of basis is unitary. (en.wikipedia.org)
56.1 Hermitian Matrices
A complex square matrix is Hermitian if
where
is the conjugate transpose.
Entrywise, this means
for all .
For example,
is Hermitian because
The diagonal entries of a Hermitian matrix are always real. Indeed,
which implies
Hermitian matrices are the complex analogue of symmetric matrices:
| Real case | Complex case |
|---|---|
| Symmetric | Hermitian |
56.2 Quadratic Forms
For a Hermitian matrix , the quantity
is always real.
Indeed,
Since ,
Thus
so .
This property is fundamental. Hermitian matrices represent real-valued quadratic energy expressions in complex coordinates.
56.3 Positive Definite Hermitian Matrices
A Hermitian matrix is positive definite if
It is positive semidefinite if
for all .
For example,
is positive definite because
is strictly positive for every nonzero vector.
Positive definite Hermitian matrices define Hermitian inner products:
They appear throughout optimization, statistics, differential equations, and numerical linear algebra.
56.4 Eigenvalues of Hermitian Matrices
Hermitian matrices have real eigenvalues.
Suppose
for some nonzero vector . Then
Using scalar multiplication,
Since is Hermitian, the quantity is real. Also,
Therefore
is real.
Thus every eigenvalue of a Hermitian matrix lies in . This is one of the most important structural properties of Hermitian matrices. (mathworld.wolfram.com)
56.5 Orthogonality of Eigenvectors
Eigenvectors corresponding to distinct eigenvalues of a Hermitian matrix are orthogonal.
Suppose
with
Compute
Since ,
On the other hand,
Because ,
Thus
Since is real,
Therefore
Hence
Since ,
Thus .
56.6 Spectral Theorem for Hermitian Matrices
Every Hermitian matrix can be unitarily diagonalized.
More precisely, if is Hermitian, then there exists a unitary matrix and a real diagonal matrix such that
Equivalently,
The columns of are orthonormal eigenvectors of , and the diagonal entries of are the eigenvalues of .
This is the complex spectral theorem for Hermitian matrices. It is one of the central theorems of linear algebra. Hermitian matrices admit an orthonormal eigenbasis and are therefore unitarily diagonalizable. (mathworld.wolfram.com)
56.7 Example of Hermitian Diagonalization
Consider
This matrix is Hermitian because it is real symmetric.
The characteristic polynomial is
Thus
The eigenvalues are
For ,
gives eigenvectors proportional to
For ,
gives eigenvectors proportional to
Normalize them:
Then
is unitary, and
56.8 Normal Matrices
A matrix is normal if
This condition means that commutes with its adjoint.
Every Hermitian matrix is normal because
implies
Every unitary matrix is normal because
Every skew-Hermitian matrix is also normal.
The class of normal matrices includes several important families:
| Matrix type | Defining condition |
|---|---|
| Hermitian | |
| Skew-Hermitian | |
| Unitary | |
| Normal |
56.9 Skew-Hermitian Matrices
A matrix is skew-Hermitian if
Its diagonal entries are purely imaginary or zero, because
If
then
But
Thus
is purely imaginary, so is purely imaginary.
Skew-Hermitian matrices are the complex analogue of skew-symmetric real matrices.
56.10 Spectral Theorem for Normal Matrices
A matrix is normal if and only if it is unitarily diagonalizable.
That is,
if and only if there exists a unitary matrix and a diagonal matrix such that
Unlike the Hermitian case, the diagonal entries of need not be real.
Thus a normal matrix may have complex eigenvalues, but it still has an orthonormal eigenbasis.
This theorem characterizes normal matrices completely in terms of orthonormal diagonalization. A complex matrix is normal exactly when it can be diagonalized by a unitary similarity transformation. (en.wikipedia.org)
56.11 Example of a Normal Matrix
Consider
Then
Compute
Thus is normal.
It is not Hermitian because
Its eigenvalues are
The standard basis vectors form an orthonormal eigenbasis, so the matrix is already unitarily diagonalized.
56.12 Unitary Diagonalization
Suppose
with unitary and diagonal.
Then
Thus
and
Since diagonal matrices commute,
Therefore
Thus every unitarily diagonalizable matrix is normal.
This proves one direction of the spectral theorem for normal matrices.
56.13 Real Symmetric Matrices
A real symmetric matrix is a Hermitian matrix with real entries.
Thus the complex spectral theorem contains the real symmetric spectral theorem as a special case.
If
then there exists an orthogonal matrix such that
The eigenvalues are real, and the eigenvectors may be chosen orthonormal.
This is the real form of the spectral theorem.
56.14 Unitary Matrices and Eigenvalues
If is unitary and
for some nonzero vector , then
But
so
Therefore
Thus every eigenvalue of a unitary matrix lies on the complex unit circle.
This geometric condition reflects norm preservation.
56.15 Normality and Orthogonality
For arbitrary matrices, eigenvectors corresponding to distinct eigenvalues need not be orthogonal.
For normal matrices, they are orthogonal.
Suppose
with
Then
for eigenvectors of a normal matrix associated with a unitary diagonalization. Using this property and the commutation relation
one proves
Thus normality is precisely the condition that allows diagonalization by an orthonormal basis.
56.16 Functional Calculus
If
is unitarily diagonalized, then functions of are computed by applying the function to the diagonal entries:
where
For example,
and
This is important in differential equations, quantum mechanics, and matrix analysis.
56.17 Rayleigh Quotients
For a Hermitian matrix , the quantity
is called the Rayleigh quotient.
Since is Hermitian,
If is an eigenvector with eigenvalue , then
The minimum and maximum eigenvalues satisfy
Rayleigh quotients connect eigenvalues with optimization.
56.18 Positive Semidefinite Decomposition
A Hermitian matrix is positive semidefinite if and only if all its eigenvalues are nonnegative.
Indeed, if
then
Let
Since is unitary,
This quantity is nonnegative for all exactly when
for all .
Thus positivity is determined entirely by the eigenvalues.
56.19 Numerical Importance
Hermitian and normal matrices are computationally important because their spectral structure is stable and geometrically well behaved.
Hermitian matrices have:
| Property | Consequence |
|---|---|
| Real eigenvalues | Stable physical interpretation |
| Orthogonal eigenspaces | Stable decompositions |
| Unitary diagonalization | Numerically robust spectral methods |
| Positive definiteness | Stable optimization and factorization |
Algorithms for Hermitian matrices are often faster and more stable than general matrix algorithms.
Examples include:
| Problem | Specialized method |
|---|---|
| Hermitian eigenvalue problem | Symmetric QR, divide-and-conquer |
| Positive definite systems | Cholesky factorization |
| Singular values | Hermitian reductions |
| Optimization | Hessian analysis |
Many scientific computing libraries exploit Hermitian structure explicitly.
56.20 Summary
A Hermitian matrix satisfies
Its eigenvalues are real, and eigenvectors for distinct eigenvalues are orthogonal.
Every Hermitian matrix can be diagonalized by a unitary matrix:
A matrix is normal if
Normal matrices are exactly the matrices that admit unitary diagonalization.
Hermitian, skew-Hermitian, and unitary matrices are all normal. Their structure is governed by orthonormal eigenbases and the geometry of Hermitian inner products.
The spectral theorem for Hermitian and normal matrices is one of the central organizing principles of linear algebra.