Dragonfall
- 1,023
- 5
Given an nxn matrix, how do I know whether it's nilpotent?
The discussion revolves around determining whether a given nxn matrix is nilpotent, exploring various methods and challenges associated with the problem. It includes theoretical considerations, computational approaches, and implications for larger sets of matrices.
Participants express differing views on the methods for determining nilpotency and the implications of including or excluding invertible matrices. The discussion remains unresolved with multiple competing approaches and perspectives.
Some methods proposed depend on specific assumptions about the matrices involved, such as their ranks and nullspaces. The discussion also highlights the complexity of the problem when extended to larger sets of matrices.
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.