If A is a complex 5 × 5 matrix with characteristic polynomial f = (x − 2)$^3$ (x + 7)$^2$ and minimal polynomial p = (x − 2)$^2$ (x + 7), what is the Jordan form for A?
I have got an answer very close to the correct one of \begin{bmatrix} 2 & 0 & 0 & 0 & 0 \\ 1 & 2 & 0 & 0 & 0 \\ 0 & 0 & 2 & 0 & 0 \\ 0 & 0 & 0 & -7 & 0 \\ 0 & 0 & 0 & 0 & -7 \\ \end{bmatrix} However I was wondering why the answer is not \begin{bmatrix} 2 & 0 & 0 & 0 & 0 \\ 0 & 2 & 0 & 0 & 0 \\ 0 & 0 & 2 & 0 & 0 \\ 0 & 0 & 0 & -7 & 0 \\ 0 & 0 & 0 & 0 & -7 \\ \end{bmatrix} Where does the 1 come from in the second row?
Thanks
A matrix is diagonalizable iff its minimal polynomial factors as a product of different linear factors, so for your matrix to be similar to the lower matrix its minimal polynomial would have to be $\;(x-2)(x+7)\;$.
The one in the second row of the correct matrix is what "breaks" the diagonalizability of your matrix, and it comes from something called "generalized eigenvector", meaning: there are not three linearly independet eigenvectors related to the eigenvalue $\;2\;$, only two of them. The "third one" is the so-called generalized eigenvector.