Previous: Eigenvectors, Next: Inner Product SpacesUp: Linear Algebra

Hermitian Matrices

Table of Contents

1. Definition

We say a complex square matrix A is Hermitian if it is equal to its own conjugate transpose, ie i,j we have that:

Aij=Aji

Alternate names for the conjugate transpose of a matrix include the adjoint or transjugate, and may be referred to by any of the following symbols:

AHAAT

We can view Hermitian matrices as an extension of real symmetric matrices as they share many of the same properties.

2. The Spectral Theorem

We give the Spectral Theorem in the complex case: If an n×n matrix A is Hermitian, then all eigenvalues of A are real and there exists a orthonormal basis for Cn consisting of the eigenvectors of A.

Since A has n orthogonal (and thus linearly independent) eigenvectors, we arrive at the corollary that A is unitarily diagonalizable.

This theorem makes many claims, each of which we will prove in turn. The first two of these claims are straightforward to show, whilst the last is less so.

2.1. All Eigenvalues of A are Real

Let λ be an eigenvalue of A, with corresponding eigenvector v with entries given by ak+ibk. Then starting with Av=λv :

(v)TAv=(v)Tλv=λ(v)Tv=λ[a12+b12+...+an2+bn2] (a 1×1 matrix)

Now taking the conjugate transpose of both sides, (note the LHS is invariant under this operation) gives:

((v)TAv)=(λ[a12+b12+...+an2+bn2])(v)TAv=λ[a12+b12+...+an2+bn2]λ[a12+b12+...+an2+bn2]=λ[a12+b12+...+an2+bn2]λ=λλR

2.2. All Eigenvectors of A are Orthogonal

Let v1 and v2 be eigenvectors of A corresponding to the distinct eigenvalues λ1 and λ2. Consider the product (Av1)v2. First of all we have that:

(Av1)v2=v1Av2=v1Av2=v1λ2v2=λ2v1v2

On the other hand, simplifying inside the bracket first gives:

(Av1)v2=(λ1v1)v2=λ1v1v2=λ1v1v2

Equating these gives (λ1λ2)v1v2=0 from which we must conclude that v1 and v2 are orthogonal since the two eigenvalues are distinct.

Author: root

Created: 2025-02-15 Sat 15:26

Validate