As I was reviewing linear algebra before I head off to grad school in the fall, I came across a question about Jordan Canonical Forms. It reads: "Suppose that A is a square complex matrix with characteristic polynomial $c_A(x) = (x−1)^4(x+ 3)^5$. Assume also that $A−I$ has nullity 4 and $A+3I$ has nullity 1, where $I$ is the identity matrix of the same size as $A$. Find, with justification, all possible Jordan canonical forms of $A$, and give the minimal polynomial for each."
I believe that there will be 2 Jordan Blocks, for each eigenvalue of $A$. Since the rank of the null space of the linear operator $A-I$ is 4, then the dimension of the eigenspace $E_1$ will be four. So there will be four linearly independent eigenvectors with eigenvalue 1. Thus there will one 4 by 4 Jordan Block with no ones in the super-diagonal. Since the dimension of the null space of $A+3I$ has rank 1, then there is only one linearly independent eigenvector with eigenvalue -3. If $K_{-3}$ is the generalized eigenspace, then $dim(K_{-3})=5$. Does this implies that there are 5 linearly independent generalized eigenvectors with corresponding to -3? Is so, then there will be one 5 by 5 Jordan block for the eigenvalue -3 with ones in the superdiagonal. So we get \begin{bmatrix} 1& 0 &0 &0 &0 &0 &0 &0 &0 \\ 0& 1 &0 &0 &0 &0 &0 &0 &0 \\ 0& 0 &1 &0 &0 &0 &0 &0 &0 \\ 0& 0 &0 &1 &0 &0 &0 &0 &0 \\ 0& 0 &0 &0 &-3 &1 &0 &0 &0 \\ 0& 0 &0 &0 &0 &-3 &1 &0 &0 \\ 0& 0 &0 &0 &0 &0 &-3 &1 &0 \\ 0& 0 &0 &0 &0 &0 &0 &-3 &1 \\ 0& 0 &0 &0 &0 &0 &0 &0 &-3 \end{bmatrix}
How do I determine the minimal polynomial? Are there any other options for the Jordan blocks corresponding to the eigenvalue -3? Is it possible for a different linear transformation with the same characteristic polynomial to have the dimension of the null space of $A-3I$ to be 2,3 or 4? Is so, how does this affect the Jordan form and why?