Let $$A \in M_{3 \times 3}^\Bbb R $$ be a matrix such that $$tr(A)=-3 $$
$$P_A=(A-I)^5(A+2I)^7=0$$
Also, $A^2$ is not diagonalizable.
Question: Find the A's Jordan Normal Form.
Since $A$ is a square matrix, from Cayley Hamilton theorem I can conclude that $P_A$ is $A$'s characteristic polynomial.
However, I find it hard to prove that the $minimal$ polynomial is, to find the Jordan Canonical Form.
Since the minimal polynomial has to divide the characteristic polynomial, the minimal polynomial must be: $$(t-1)^x(t+2)^y$$ where $$x+y\le 3$$ Since a Jordan Normal Form's rank can't be bigger than the original matrix's rank.
All in all, my options for the minimal polynomial are:
$$M_A=\begin {cases} (t-1) \\ (t+2) \\ (t-1)^2(t+2)\\(t-1)(t+2)^2\end {cases}$$
How do I choose between these options? And what does it have to do with the $trace$ of $A$?