Let $$A = \left( {\matrix{ 0 & 1 & 0 & 0 \cr 0 & 0 & 2 & 0 \cr 0 & 0 & 0 & 3 \cr 0 & 0 & 0 & 0 \cr } } \right)$$
The characteristic polynomial is $f_A(x)=x^4$.
Questions:
- How do I conclude that $m_A=x^4$? Do I have to evaulate $A^3$ and figure that $A^3\ne 0$?
- The jordanian form is: $A = \left( {\matrix{ 0 & 1 & 0 & 0 \cr 0 & 0 & 1 & 0 \cr 0 & 0 & 0 & 1 \cr 0 & 0 & 0 & 0 \cr } } \right)$. Why?
i will use $e_1, e_2, e_3$ and $e_4$ to stand for the standard basis. with this convention, we have $$Ae_1 = 0, Ae_2 = e_1, Ae_3= 2e_2 \mbox{ and }Ae_4 = 3e_3.$$ so with respect to the basis $\{e_1, e_2, \frac{1}{2}e_3, \frac{1}{6}e_4 \} = \{f_1,f_2,f_3, f_4\}$ in the new $f$ basis, the linear transformation is $$Tf_1 = 0, Tf_2 = f_1, Tf_3 = f_2, Tf_4 = f_3$$ so $T$ has the representation $\pmatrix{0&1&0&0\cr0&0&1&0\cr0&0&0&1\cr0&0&0&0},$ called the jordan form, similar to the matrix in question.
if we permute the basis,e.g,$\{f_4,f_3,f_2,f_1\}$ the same transformation is now represented by $$\pmatrix{0&0&0&0\cr1&0&0&0\cr0&1&0&0\cr0&0&1&0}$$