In my assignment I have to find a Jordan normal form for this matrix:


Thank you for your help, and I'm sorry the question is pronunced with Latex.
In my assignment I have to find a Jordan normal form for this matrix:


Thank you for your help, and I'm sorry the question is pronunced with Latex.
On
let $N = A - I = \pmatrix{0&-3&3\\-2&-7&13\\-1&-4&7}$ row reduce this matrix and find that it has rank 2 and null space is spanned by $u = \pmatrix{3\\-1\\0}.$ now row reduce $N^2$ and find that its rank is $1$ so the null space of $N^2$ has dimension $2.$ we can solve $Nv = u$ to find $v = \pmatrix{3\\-1\\0}.$ since $N^3$ is the zero matrix we can solve $Nw = v$ to find $w = \pmatrix{7\\0\\1.}$
now we have the jordan chain $B = \{u, v, w\}$ that spans $R^3$ and satisfies $$Au = u, Av = v + u, Aw = w + v$$ with respect to the basis $B, A$ has the representation $\pmatrix{1&1&0\\0&1&1\\0&0&1}.$
The process is based on a clear understanding of generalized eigenvectors. Since you are only dealing with one Jordan block, not only the matrix $A-\lambda I$ is nilpotent, but also it is similar to $N$. In other words, the null space of $(A-\lambda I)^i$ increases by one dimension for each increase of the power, until it becomes the whole $\mathbb R^3$, i.e. $(A-\lambda I)^3=0$, the zero matrix. $$ 1=\dim\ker(A-\lambda I)\lneq \dim\ker(A-\lambda I)^2\lneq\dim\ker(A-\lambda I)^3=3 $$ To get the canonical form, start from the "most general" eigenvectors:
To sum it up: $$ A[f_1,f_2,f_3]=[\lambda f_1,\lambda f_2+f_1,\lambda f_3+f_2]=\begin{bmatrix}\lambda& 1& 0\\ 0 & \lambda& 1\\ 0 &0&\lambda\end{bmatrix}[f_1,f_2,f_3] $$