matrix theory
Normal Matrices
You should know: adjoint operators la, symmetric matrices
Overview
A matrix A is normal if it commutes with its adjoint: AA* = A*A. Normal matrices are exactly those that are unitarily diagonalizable — they can be written A = U D U* where U is unitary and D is diagonal. This class includes Hermitian, skew-Hermitian, and unitary matrices, and the spectral theorem for normal matrices is the cornerstone of their theory.
Intuition
Normal matrices are the 'nice' matrices of the complex world — they have a complete orthonormal basis of eigenvectors. The condition AA* = A*A says the matrix and its adjoint do not interfere with each other. Hermitian matrices (A = A*) and unitary matrices (A*A = I) are special cases. If a matrix is not normal, its eigenvectors may not span the space, requiring Jordan form instead of diagonalization.
Formal Definition
A matrix A ∈ M_n(C) is normal if it commutes with its conjugate transpose:
A is normal iff it is unitarily diagonalizable.
Notation
| Notation | Meaning |
|---|---|
| Conjugate transpose (adjoint) of A | |
| Commutativity with adjoint — the normality condition |
Properties
Hermitian matrices are normal
Unitary matrices are normal
Skew-Hermitian matrices are normal
Orthogonal eigenvectors
Worked Examples
- 1
Compute A*: take conjugate transpose.
- 2
Compute AA*.
- 3
(AA*)_{11} = 4 + (1+i)(1-i) = 4 + 2 = 6; (A*A)_{11} = 4 + (-1-i)(-1+i) = 4 + 2 = 6.
- 4
Checking all entries shows AA* = A*A.
✓ Answer
AA* = A*A, so A is normal.
Practice Problems
Is the real matrix A = [[1,2],[-2,1]] normal? Show work.
State the spectral theorem for normal matrices and describe what it means geometrically.
Common Mistakes
Every diagonalizable matrix is normal.
A diagonalizable matrix need not be normal — it may require a non-orthogonal change of basis. Normal matrices are UNITARILY diagonalizable, which is a stronger condition.
Quiz
Summary
- A matrix A is normal if AA* = A*A (it commutes with its adjoint).
- Normal matrices are exactly those unitarily diagonalizable: A = UDU* with U unitary.
- Hermitian, skew-Hermitian, and unitary matrices are all special cases of normal matrices.
- Eigenvectors of a normal matrix for distinct eigenvalues are orthogonal.
- Non-normal matrices may lack an orthonormal eigenbasis and require Jordan form for full analysis.
References
- WebsiteWikipedia — Normal matrix
Mathematics