I would like to know what is a nilpotent matrix and nilpotency level? Are these matrices invertible?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
A matrix is nilpotent if $A^n$ is zero for some $n \ge 1$. They are never invertible since their eigenvalues are all $0$. The elements of such matrix on the first upper subdiagonal i.e. $a_{i,i+1}$ are considered to be level one. The next subdiagonal is level 2 and so on. |
|||
|
|
|
A matrix $A$ is nilpotent iff some power of it is zero, that is if there is a $k \in \mathbb N$ with $A^k = 0$. The smallest such $k$ is called the nilpotency degree of $A$ (you call this level of nilpotency?). If $A$ were nilpotent and invertible, we would have for $k$ with $A^k=0$ that \[ \mathrm{Id} = (AA^{-1})^k = A^kA^{-k} = 0 \] which is absurd. |
|||
|
|