I have the following statement:
Prove or disprove that if $I_n+3A-A^2 = 0$ then $A$ is invertible and the inverse is $A-3I_n$
My attempt was:
Suppose $A$ is a matrix of $m \times k$ order. Since $I_n = A^2 -3A$, from matrix equality $A$ must have $n\times n$ order, so $A$ is a square matrix of order $n$.
On the other hand, $I_n = A^2 -3A \iff I_n = A(A-3I_n)$, so only i need to prove that $I=(A-3I_n)A$. But I could not do it.
Any hint is appreciated.