Nilpotent Matrix — Definition, Formula & Examples
A nilpotent matrix is a square matrix such that for some positive integer . In other words, if you keep multiplying the matrix by itself, you eventually get the zero matrix.
A square matrix is nilpotent if there exists a positive integer such that , where is the zero matrix. The smallest such is called the index of nilpotency (or nilpotency index) of , and it satisfies .
Key Formula
Where:
- = An $n \times n$ square matrix
- = The smallest positive integer for which $A^k$ equals the zero matrix (the nilpotency index)
- = The $n \times n$ zero matrix
How It Works
To check whether a matrix is nilpotent, compute successive powers and see if any equals the zero matrix. For an nilpotent matrix, the nilpotency index is at most , so you never need to check beyond . Every nilpotent matrix has all eigenvalues equal to zero, which means its determinant and trace are both zero. Conversely, if a matrix has all zero eigenvalues, it is nilpotent.
Worked Example
Problem: Determine whether the matrix is nilpotent, and if so, find its nilpotency index.
Step 1: Compute by multiplying by itself.
Step 2: Since , compute .
Answer: is nilpotent with nilpotency index , since and .
Why It Matters
Nilpotent matrices appear naturally in Jordan normal form, where every Jordan block with eigenvalue zero is nilpotent. They also arise in solving systems of linear differential equations and in computing matrix exponentials, since the exponential of a nilpotent matrix is a finite polynomial rather than an infinite series.
Common Mistakes
Mistake: Assuming that if , then is not nilpotent.
Correction: The nilpotency index can be any integer from 1 up to . You must check all powers up to before concluding that is not nilpotent.
