Linear Algebra – Are A and B Nilpotent if A+B and AB are Nilpotent?

linear algebramatrices

Suppose $A+B$ and $AB$ are nilpotent matrices, I'm thinking whether $A$ and $B$ are nilpotent.

If $A$ and $B$ transform $A$ and $B$ into Jordan form at the same time, then we can just calculate the Jordan block to see that $A$ and $B$ aren't nilpotent.

But the general case is $A$ and $B$ cannot be turned into Jordan form at the same time, what can we do? Any help would be appreciated!

Best Answer

No. Consider $A=\pmatrix{1&0\\ 0&0}$ and $B=\pmatrix{0&-1\\ 1&-1}$ for instance.

Related Question