I'm given a square matrix ${A}$ (3×3) and the following equation ${A}^3-2017{A}^2 + {A} = {0}$ and I have to find if ${A}$ is invertible in some cases, no cases, or all cases.
I can find ${A}=0$ as an answer for the non invertible case, but I can't seem to solve the equation. In most other examples I've found, there was an identity matrix, which made it easy to find the invertible of ${A}$ like this: ${A}*invertible=I$ but this is not the case here.
I've tried doing this: $A*(A*(-A+2017*I))=A*I$, but I don't think I can divide both parts by ${A}$ because I haven't proven that ${A}$ is invertible.
Try taking $A$ to be a matrix of the form $\lambda I$, and use the equation to determine what $\lambda$ must be.