Given the matrix $A$ such that $A^3=0$. Determine if matrix $A^2-A+I$ is invertible, and if it is, find it's inverse.

276 Views Asked by At

Given the matrix $A$ such that $A^3=0$. Determine if matrix $A^2-A+I$ is invertible, and if it is, find it's inverse.

Is it possible to directly evaluate matrix $A$ from the condition $A^3=0$? If not, can we use Cayley-Hamilton theorem?

1

There are 1 best solutions below

0
On

($A+I$)($A^2$-$A$+$I$)=$I$

So that is invertible.