I have $2$ questions concerning nilpotent matrices and commutativity
$\bullet$ If $M$ is an invertible matrix and $N$ is nilpotent, is then $M-N$ invertible ?
When $M$ and $N$ are commute yes, the inverse is then $(M^{k-1}+M^{k-2}N+\dots N^{k-1})M^{-k}$ if $N$ has nilpotent index $k$, but if they do not commute this is not the inverse, but there might exist one, or not ?
$\bullet$ Is the sum of $2$ nilpotent matrices again nilpotent ?
Of course under the condition that they don't commute, otherwise one can use binomial formula. I only know that the product of nilpotent matrices can be non-nilpotent
can you help ?
No the the first question $$ \begin{bmatrix}0&1\\1&0\end{bmatrix} - \begin{bmatrix}0&1\\0&0\end{bmatrix} = \begin{bmatrix}0&0\\1&0\end{bmatrix}.$$
No to the second question: $$ \begin{bmatrix}0&1\\0&0\end{bmatrix} + \begin{bmatrix}0&0\\1&0\end{bmatrix} = \begin{bmatrix}0&1\\1&0\end{bmatrix} $$
As you see, it is really the same example, with $$ M = \begin{bmatrix}0&1\\1&0\end{bmatrix} $$ invertible, and $$ N = \begin{bmatrix}0&1\\0&0\end{bmatrix}, \qquad M - N = \begin{bmatrix}0&0\\1&0\end{bmatrix} $$ nilpotent.