You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The Cayley-Hamilton Theorem is a remarkable result that states every square matrix satisfies its own characteristic equation. It has powerful applications for finding matrix inverses, computing matrix powers, and expressing higher powers of a matrix in terms of lower ones.
Let A be an n×n matrix with characteristic polynomial:
p(λ)=det(A−λI)
The Cayley-Hamilton Theorem states:
p(A)=O
That is, when you substitute the matrix A into its own characteristic polynomial (replacing λ with A and the constant term with that constant times I), the result is the zero matrix.
For a 2×2 matrix A, the characteristic equation is:
λ2−tr(A)λ+det(A)=0
The Cayley-Hamilton Theorem gives:
A2−tr(A)⋅A+det(A)⋅I=O
Worked Example 1: Verify the Cayley-Hamilton Theorem for A=(1324).
tr(A)=5, det(A)=4−6=−2.
Characteristic equation: λ2−5λ−2=0.
Cayley-Hamilton says: A2−5A−2I=O.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.