Jordan Block — Definition, Formula & Examples
A Jordan block is a square matrix that has a single eigenvalue repeated along the main diagonal, ones immediately above the diagonal (the superdiagonal), and zeros everywhere else. Jordan blocks are the building blocks of the Jordan normal form of a matrix.
A Jordan block of size associated with eigenvalue , denoted , is the matrix , where is the identity matrix and is the nilpotent matrix with ones on the superdiagonal and zeros elsewhere. Equivalently, when , when , and otherwise.
Key Formula
Where:
- = The eigenvalue associated with the Jordan block
- = The size (number of rows and columns) of the block
How It Works
Every square matrix over is similar to a block-diagonal matrix whose diagonal blocks are Jordan blocks — this is the Jordan normal form. The size and number of Jordan blocks for each eigenvalue encode the matrix's structure beyond what eigenvalues alone reveal. A Jordan block is simply the scalar , corresponding to an eigenvector. Larger Jordan blocks indicate the presence of generalized eigenvectors, meaning the eigenspace is "deficient" in true eigenvectors. A matrix is diagonalizable if and only if all its Jordan blocks are .
Worked Example
Problem: Write the 3×3 Jordan block with eigenvalue 2, and compute its square.
Step 1: Construct the Jordan block by placing 2 on the diagonal and 1 on the superdiagonal.
Step 2: Compute by matrix multiplication.
Step 3: Notice the pattern: the diagonal has , the superdiagonal has , and the next diagonal has . Powers of Jordan blocks follow a binomial-like pattern.
Answer:
Why It Matters
Jordan blocks appear in solving systems of linear differential equations, where non-diagonalizable coefficient matrices produce solutions involving polynomial-times-exponential terms. They are also central to understanding matrix functions (exponentials, logarithms) in advanced linear algebra and control theory.
Common Mistakes
Mistake: Placing ones on the subdiagonal (below the main diagonal) instead of the superdiagonal.
Correction: The standard convention puts the ones on the superdiagonal (one position above the diagonal). Some textbooks use the transpose convention, but most courses and references use superdiagonal ones.
