Let the matrix
\begin{equation} A=\begin{bmatrix} 2 & 1 & 2 \\ -2 & -1 & -4 \\\ 1 & 1 & 3 \end{bmatrix}. \end{equation}
So far I found the characteristic polynomial $C_A(x)=(2-x)(x-1)^2$, the minimal polynomial $m_A(x)=(2-x)(x-1)$ and the Jordan matrix form is
\begin{equation} J=\begin{bmatrix} 2 & * & *\\ * & 1 & * \\\ * & * & 1 \end{bmatrix}. \end{equation}
Does someone could tell me from what I did how it possible to find the rational canonical form of $A$?
Also, elementary divisors are defined for finite dimensional vector spaces over $\mathbb{Q}$. In fact, they exist for any finitely generated module over a PID.
– Ken Duna Apr 29 '16 at 15:53Page 416. I also know many professors who refer to the elementary divisors decomp using companion matrices as a rational canonical form.
The rational canonical form obtained from elementary divisors is NOT the Jordan form. They are both obtained from the elementary divisors, but one uses companion matrices and the other uses Jordan blocks. I am not fighting you on the fact that the Jordan form comes from elementary divisors, that is a completely different idea from the rational canonical form via elementary divisors.
– Ken Duna Apr 29 '16 at 21:46