Dragonfall
- 1,023
- 5
Given an nxn matrix, how do I know whether it's nilpotent?
Hurkyl said:You can't eliminate the invertible ones. Consider the following set of 2x2 matrices:
<br /> \left( \begin{array}{cc} 0 & 1 \\ 1 & 0 \end{array} \right)<br /> \qquad \qquad<br /> \left( \begin{array}{cc} 1 & 0 \\ 0 & 0 \end{array} \right)<br />
There is a product of these matrices that gives zero... but it requires use of the invertible matrix.