Exam focus: Read eigen-structure off the characteristic and minimal polynomials without computing: diagonalisable ⇔ minimal polynomial has distinct linear factors; similar matrices share both polynomials but the converse fails; Cayley–Hamilton lets you compute inverses and high powers.
Lec-26 Eigenvalues and Eigenvectors of Linear Operators
NPTEL · Linear Algebra
Lec-28 The Minimal Polynomial
NPTEL · Linear Algebra
The minimal polynomial is what decides diagonalisability — watch this one closely.
Let A be a 3×3 real matrix whose characteristic polynomial p(T) is divisible by T2. Which of the following statements is true?
A.The eigenspace of A for the eigenvalue 0 is two-dimensional.
B.All the eigenvalues of A are real.✓
C.A3=0.
D.A is diagonalizable.
Solution
p(T)=T2(T−c) with c real (degree-3 real polynomial). So all eigenvalues are real. The geometric multiplicity of 0 may be 1 (Jordan block), so (1), (4) fail; A need not be nilpotent (c ≠ 0).
Let T be a linear operator on R3. Let f(X)∈R[X] denote its characteristic polynomial. Consider the following statements. (a) Suppose T is non-zero and 0 is an eigenvalue of T. If we write f(X) = X·g(X) in R[X], then the linear operator g(T) is zero. (b) Suppose 0 is an eigenvalue of T with at least two linearly independent eigenvectors. If we write f(X) = X·g(X) in R[X], then the linear operator g(T) is zero. Which of the following is true?
A.Both (a) and (b) are true.
B.Both (a) and (b) are false.
C.(a) is true and (b) is false.
D.(a) is false and (b) is true.✓
Solution
(a) fails: for the nilpotent Jordan block on R3,f=X3,g=X2, and g(T)=T2=0.(b) If 0 has geometric multiplicity ≥ 2 in dimension 3, the 0-Jordan blocks all have size 1, so the minimal polynomial is X(X − c) (or X if T = 0), which divides g(X) = X(X − c); hence g(T) = 0.
Let A be a 3 × 3 matrix with real entries satisfying A3=A. Which of the following must be true?
A.A is diagonalisable over R.✓
B.A is invertible.
C.The trace of A is an integer.✓
D.A is symmetric.
Solution
A satisfies x3−x=x(x−1)(x+1), so the minimal polynomial divides a product of distinct linear factors over R — hence A is diagonalisable over R, giving (1). Every eigenvalue lies in {0, 1, −1}, so the trace is a sum of three such numbers and is an integer, giving (3). (2) fails for A = 0. (4) fails: conjugating a diagonal matrix diag(1,0,0) by any invertible non-orthogonal matrix still satisfies A3=A but need not be symmetric.
Let A be a 3 × 3 real matrix with characteristic polynomial λ3−λ. Which statement is correct?
A.A is invertible.
B.trace A = 0 and A is diagonalisable.✓
C.det A = 1.
D.A is not diagonalisable.
Solution
The eigenvalues are the roots 0, 1, −1: distinct, so A is diagonalisable; the trace is their sum, 0, and the determinant their product, 0 — in particular A is singular.
Exam focus: Decide diagonalisability from a single equation or property: idempotent, involution, Aᵏ = I, nilpotent, symmetric, normal, distinct eigenvalues. Know over which field.
Lec-27 Diagonalization of Linear Operators. A Characterization
NPTEL · Linear Algebra
Lec-31 Triangulability, Diagonalization in Terms of the Minimal Polynomial
NPTEL · Linear Algebra
The distinct-linear-factors criterion, stated precisely.
Part Cshow ▾hide ▴
Let A be an n×n complex matrix. Which of the following are true?
A.If A2=A then A is diagonalisable✓
B.If A is nilpotent and non-zero then A is not diagonalisable✓
C.If A has n distinct eigenvalues then A is diagonalisable✓
Let A be an n × n complex matrix. Which of the following conditions, each on its own, guarantee that A is diagonalisable?
A.A has n distinct eigenvalues.✓
B.The minimal polynomial of A has no repeated roots.✓
C.A is normal, i.e. AA* = A*A.✓
D.The characteristic polynomial of A splits into linear factors over C.
Solution
(1) Distinct eigenvalues give n independent eigenvectors. (2) is the exact algebraic criterion for diagonalisability. (3) The spectral theorem diagonalises every normal matrix unitarily. (4) is no condition at all over C — every characteristic polynomial splits there, yet the Jordan block [[0,1],[0,0]] is not diagonalisable.
Exam focus: Recover the block structure from three numbers per eigenvalue: algebraic multiplicity (total size), geometric multiplicity (number of blocks), minimal-polynomial exponent (largest block).
Lec-35 The Primary Decomposition Theorem and Jordan Decomposition
NPTEL · Linear Algebra
How the block structure arises from the primary decomposition.
Jordan canonical form
NPTEL · Matrix Theory
Determining the Jordan form of a matrix
NPTEL · Matrix Theory
The practical recipe: read the blocks off ranks of (A − λI)^k.
Let V be a finite dimensional real vector space and T1,T2 be two nilpotent operators on V. Let W1= {v∈V:T1(v)=0} and W2= {v∈V:T2(v)=0}. Which of the following statements are FALSE?
A.If T1 and T2 are similar, then W1 and W2 are isomorphic vector spaces.
B.If W1 and W2 are isomorphic vector spaces, then T1 and T2 have the same minimal polynomial.✓
C.If W1=W2=V, then T1 and T2 are similar.
D.If W1 and W2 are isomorphic, then T1 and T2 have the same characteristic polynomial.
Solution
dim W = number of Jordan blocks. Equal numbers of blocks do not fix the largest block (minimal polynomial): blocks {2,2} vs {3,1} in dimension 4. (1) similar ⇒ equal kernel dimension. (3) W = V ⇒ T = 0. (4) nilpotent ⇒ characteristic polynomial xn always.
Let N be a 4 × 4 complex matrix with N3=0 and N2=0. Which of the following are true?
A.Every eigenvalue of N is 0.✓
B.The Jordan form of N consists of one block of size 3 and one of size 1.✓
C.rank N = 3.
D.N is not diagonalisable.✓
Solution
(1) Nilpotency forces every eigenvalue to satisfy λ3=0.(2) The largest Jordan block has size equal to the nilpotency index, here 3; in dimension 4 the only possible structure is 3 + 1. (3) fails: aJ3 block contributes rank 2 and aJ1 block rank 0, so rank N = 2, not 3. (4) A nonzero nilpotent matrix is never diagonalisable — its diagonal form would have to be the zero matrix.
Exam focus: Rational canonical form works over any field — use it when the characteristic polynomial does not split. Invariant factors divide one another; the last one is the minimal polynomial.
Lec-37 The Cyclic Decomposition Theorem I
NPTEL · Linear Algebra
Lec-38 The Cyclic Decomposition Theorem II. The Rational Form
NPTEL · Linear Algebra
Invariant factors and the rational canonical form — works over any field.
Part Cshow ▾hide ▴
Let A, B be n×n matrices over Q. Which of the following are true?
A.If A and B are similar over C, they are similar over Q✓
B.A and B have the same rational canonical form iff they are similar✓
C.The last invariant factor is the minimal polynomial✓
D.The rational canonical form requires the characteristic polynomial to split
Solution
The invariant factors come from the Smith normal form of xI − A over Q[x], so they are field-independent and no splitting is needed.