












Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This document provides detailed and exam-oriented notes on Jordan Blocks and the Jordan Canonical Form, prepared for advanced linear algebra courses and competitive mathematics examinations. Subject / Course: Linear Algebra – Jordan Block & Jordan Canonical Form Level: MSc Mathematics / BSc (Honours) / CSIR-NET / GATE / NBHM / TIFR Syllabus Coverage: As per UGC-NET / CSIR-NET and IIT–NIT MSc Mathematics syllabus Author / Prepared by: MSc Mathematics (NIT)
Typology: Cheat Sheet
1 / 20
This page cannot be seen from the preview
Don't miss anything!













Definition 1: Annihilating Polynomial Let T : V → V be a linear operator on a vector space V over a field F. A polynomial p(x) ∈ F[x] is called an annihilating polynomial of T if
p(T ) = 0.
It “annihilates” the operator when substituted into it. There can be infinitely many annihilating polynomials for a given operator.
Definition 2: Characteristic Polynomial For a square matrix A representing T , the characteristic polynomial of T (or A) is defined as χT (x) = det(xI − A).
Its roots are the eigenvalues of T. It is always monic and has degree dim V.
Definition 3: Minimal Polynomial The minimal polynomial mT (x) of T is the monic polynomial of least degree such that mT (T ) = 0.
It divides every other annihilating polynomial and contains all eigenvalues with the largest Jordan block multiplicity.
5 Key Differences Between Them
Example for Understanding
Consider the matrix A =
χA(x) = det(xI − A) = det
x − 2 − 1 0 x − 2
= (x − 2)^2
p(x) = (x − 2)^3 , q(x) = (x − 2)^2 (x + 1)
Observation: - The characteristic polynomial gives eigenvalues 2 with algebraic multiplicity 2. - Minimal polynomial also reflects the largest Jordan block size (2 here). - Annihilating polynomials can be many, as long as they contain the minimal polynomial as a factor.
χA(x) = det(xI − A) = (x − 2)^2 =⇒ AM(2) = 2
x y
=⇒ y = 0
So eigenspace: span{(1, 0)T^ }, hence GM(2) = 1
Key takeaway: GM ≤ AM, and equality for all eigenvalues ⇐⇒ matrix diagonalizable.
Eλ = {v ∈ Fn^ : (A − λI)v = 0}
It is a subspace of Fn, and its dimension is called the geometric multiplic- ity of λ.
Each Jki (λ) is a Jordan block of size ki:
Jk(λ) =
λ 1 0 · · · 0 0 λ 1 · · · 0 0 0 λ
0 0 · · · 0 λ
k×k —
—
—
Step 1: Characteristic polynomial:
det(A − λI) = (5 − λ)^3
Eigenvalue: λ = 5, Algebraic multiplicity = 3. Step 2: Geometric multiplicity: Solve (A − 5 I)v = 0:
Rank = 2, so nullity = 1. Thus GM = 1. Step 3: Jordan block structure: AM = 3, GM = 1 =⇒ only 1 block of size 3. So JCF is:
J =
AM(1) + AM(2) = 4,
with AM(1) ≥ GM(1) = 1 and AM(2) ≥ GM(2) = 2. The only possibilities are
(AM(1), AM(2)) = (1, 3) or (2, 2).
(Values like (3, 1) are impossible because AM(2) ≥ 2.)
J ∼ diag
i.e. (upper-triangular) matrix
(rows/columns permuted so blocks appear in this order).
J ∼ diag
i.e.
(after suitable permutation of basis).
Final Answer (all possible upper-triangular Jordan forms).
Exactly two similarity-types (up to reordering of Jordan blocks) are possible:
diag
or diag
(Here Jk(λ) denotes the k × k Jordan block with λ on the diagonal and 1’s on the superdiagonal.)
Remark. Which of these two actually occurs depends on the algebraic multiplicities; the data given (only GM for λ = 1 and range-dimension for T − 2 I) permit both possibilities.
Problem. Let M be a 7 × 7 real matrix with characteristic polynomial
cM (x) = (x − 1)α(x − 2)β^ (x − 3)^2 , α > β.
Suppose
rank(M − I 7 ) = rank(M − 2 I 7 ) = rank(M − 3 I 7 ) = 5.
If mM (x) is the minimal polynomial of M , find the value of mM (5).
Solution.
We proceed stepwise.
dim ker(M − λI) = 7 − rank(M − λI) = 7 − 5 = 2.
Hence the geometric multiplicities are
GM(1) = GM(2) = GM(3) = 2.
Problem. Let T : C^7 → C^7 be a C-linear operator whose eigenvalues are 2, 3 , 5. Define
W := { v ∈ C^7 : (T − 5 I)kv = 0 for some k > 0 }
(so W is the generalized eigenspace for the eigenvalue 5). Suppose
(T − 2 I)^2 (T − 3 I)^2 (T − 5 I)^2 = 0.
Which of the following statements are necessarily true?
Solution and reasoning. Write the algebraic multiplicities of the eigenvalues 2, 3 , 5 as a 2 , a 3 , a 5. They are positive integers with
a 2 + a 3 + a 5 = 7.
The relation (T − 2 I)^2 (T − 3 I)^2 (T − 5 I)^2 = 0 implies that the size of every Jordan block for each eigenvalue is at most 2. In other words, for each eigenvalue λ ∈ { 2 , 3 , 5 } every Jordan block has size 1 or 2.
Key observation (blocks vs geometric multiplicity). If an eigenvalue λ has algebraic multiplicity aλ and each Jordan block has size ≤ 2, then the minimum possible number of Jordan blocks for λ is la λ 2
m ,
because we can pack at most two eigenvalues into a single 2×2 Jordan block. The geometric multiplicity (number of linearly independent eigenvectors) for λ equals the number of Jordan blocks for λ.
(1) T has at least four linearly independent eigenvectors. — True. The total number of linearly independent eigenvectors (sum of geometric multiplicities) is at least (^) X
λ∈{ 2 , 3 , 5 }
la λ 2
m .
We must minimize this sum subject to a 2 + a 3 + a 5 = 7 and ai ≥ 1. Evaluate possibilities: (a 2 , a 3 , a 5 )
⌈ai/ 2 ⌉ example (3, 2 , 2) 2 + 1 + 1 = 4 gives 4 (4, 2 , 1) 2 + 1 + 1 = 4 gives 4 (5, 1 , 1) 3 + 1 + 1 = 5 gives 5
One checks there is no distribution summing to 7 with all ai ≥ 1 that yields a sum < 4. Hence the total geometric multiplicity is ≥ 4. Thus statement (1) is necessarily true.
(2) dim W ≥ 2. — Not necessarily true. The dimension dim W equals the algebraic multiplicity a 5 of the eigenvalue
(3) ker((T − 2 I)^2025 ) = ker((T − 2 I)^2026 ). — True. For any eigenvalue λ, the chain of subspaces ker((T − λI)k) stabilizes once k reaches the size of the largest Jordan block for λ. Here every Jordan block for eigenvalue 2 has size ≤ 2, so the kernel stabilizes at exponent 2. Therefore for all integers m ≥ 2 we have
ker((T − 2 I)m) = ker((T − 2 I)^2 ).
In particular, ker((T − 2 I)^2025 ) = ker((T − 2 I)^2026 ). Thus (3) is necessarily true.
(4) (T − 2 I)(T − 3 I) is nilpotent. — Not necessarily true. The operator (T − 2 I)(T − 3 I) is a polynomial in T. An operator is nilpotent iff 0 is its only eigenvalue. If v is an eigenvector of T with eigenvalue λ ∈ { 2 , 3 , 5 }, then (T − 2 I)(T − 3 I)v = (λ − 2)(λ − 3) v.
dim ker((A − λI)k), k = 1, 2 ,...
— Solution: Step-by-step check of options Target matrix T : - Eigenvalues = 0 (AM = 3) - Nilpotency index = 2 (T 2 = 0) - Rank = 1
(^) M 12 = 0, rank = 1 → Same JCF
(^) M 22 = 0, rank = 1 → Same JCF
(^) M 32 = 0, rank = 1 → Same JCF
(^) M 42 ̸= 0, nilpotency index = 3 → Does
NOT match JCF
Conclusion:
Matrices with the same Jordan canonical form as T are: M 1 , M 2 , M 3.
Exam Tip:
Question. Let T : R^4 → R^4 be a linear transformation with
χT (x) = (x − 2)^4 , mT (x) = (x − 2)^2.
Which one of the following matrices can represent the Jordan canonical form of T?
(two 2 × 2 Jordan blocks)
(one 2 × 2 block and two 1 × 1 blocks)
This is exactly two 2 × 2 Jordan blocks J 2 (2) ⊕ J 2 (2). - Largest block size = 2 ⇒ minimal polynomial has factor (x − 2)^2. - Algebraic multiplicity = 4 (two blocks of size 2). Hence (A) is valid.
(B) (^)
This is one 2 × 2 block plus two 1 × 1 blocks: J 2 (2) ⊕ 2 ⊕ 2. - Largest block size = 2 ⇒ minimal polynomial (x − 2)^2. - Algebraic multiplicity = 4. Hence (B) is valid.
(C) (^)
This is a single 4 × 4 Jordan block J 4 (2). - Largest block size = 4 ⇒ minimal polynomial would be (x − 2)^4 , which contradicts mT = (x − 2)^2. Hence (C) is not valid.
(D)
This is four 1 × 1 Jordan blocks. - Largest block size = 1 ⇒ minimal polyno- mial would be (x − 2), contradicting mT = (x − 2)^2. Hence (D) is not valid.
Final answer: (A) and (B) only.
Exam tips / hidden checks: