I was solving this exercise about Jordan normal form:
Find the Jordan normal form $J$ and a string base $S$ for the derivative operator $D : \Bbb C[t]≤3 → \Bbb C[t]≤3$ defined by setting $Dp(t):=p'(t)$.
I easly find the string base $S={\{6,6t,3t^2,t^3}\}$
Because
$t^3-D→3t^2-D→6t-D→6-D→0$
Then I had to find the Jordan normal form and I was very stuck so I read the solution:
$J=J0,4$ or in other words \begin{bmatrix}0&1&0&0\\0&0&1&0\\0&0&0&1\\0&0&0&0\end{bmatrix} Well, I don't get it. I undersand why the $p$ index of the Jordan block is $4$, but I don't understand the $0$ on the main diagonal.