A nilpotent matrix (P) is a square matrix, if there exists a positive integer ‘m’ such that Pm = O. In other words, matrix P is called nilpotent of index m or class m if Pm = O and Pm-1 ≠ O. Here O is the null matrix (or zero matrix).
Nilpotent matrix Examples
The examples of 2 x 2 nilpotent matrices are
1.
Matrix A is a nilpotent matrix of index 2. It means that A ≠ O and A2 = O.
2.
Matrix B is a nilpotent matrix of index 2. It means that B ≠ O and B2 = O.
The examples of 3 x 3 nilpotent matrices are
1.
Matrix C is a nilpotent matrix of index 2. It means that C ≠ O and C2 = O.
2.
Matrix D is a nilpotent matrix of index 3. It means that D ≠ O, D2 = O and D3 ≠ O.
Nilpotent matrix Properties
1. It is a square matrix.
2. All of its eigenvalues are zero.
Correction for Matrix D: D!=0,D^2!=0, D^3=0 instead of D!=0,D^2=0,D^3!=0