In linear algebra, a nilpotent matrix is a square matrix N such that
N k = 0 {\displaystyle N^{k}=0\,}
for some positive integer k {\displaystyle k} . The smallest such k {\displaystyle k} is called the index of N {\displaystyle N} , sometimes the degree of N {\displaystyle N} . More generally, a nilpotent transformation is a linear transformation L {\displaystyle L} of a vector space such that L k = 0 {\displaystyle L^{k}=0} for some positive integer k {\displaystyle k} (and thus, L j = 0 {\displaystyle L^{j}=0} for all j ≥ k {\displaystyle j\geq k} ). Both of these concepts are special cases of a more general concept of nilpotence that applies to elements of rings.
Examples
Example 1 The matrix
A = [ 0 1 0 0 ] {\displaystyle A={\begin{bmatrix}0&1\\0&0\end{bmatrix}}}
is nilpotent with index 2, since A 2 = 0 {\displaystyle A^{2}=0} .
Example 2 More generally, any n {\displaystyle n} -dimensional triangular matrix with zeros along the main diagonal is nilpotent, with index ≤ n {\displaystyle \leq n} . For example, the matrix
B = [ 0 2 1 6 0 0 1 2 0 0 0 3 0 0 0 0 ] {\displaystyle B={\begin{bmatrix}0&2&1&6\\0&0&1&2\\0&0&0&3\\0&0&0&0\end{bmatrix}}}
is nilpotent, with
… excerpt ends here. Continue reading the full article.
