Find eigenvalues anf eigenvectors of $f \in \operatorname{End}(P_{3}^{R}[x])$, where $f(p(x)):=p'(x)$
I have calculated the linear map matrix in standard basis and then I've applied the Cayley-Hamilton theorem, which gave me this determinant:
$$ \begin{bmatrix} -\lambda&1&0&0\\ 0&-\lambda&2&0\\ 0&0&-\lambda&3\\ 0&0&0&-\lambda \end{bmatrix} = 0$$
which only eigenvalue is $\lambda = 0$. Hence, the only eigenvector would be $(1,0,0,0)$.
Is this process correct?
Thanks in advance.
The computations are correct, but the answer is not, since $(1,0,0,0)\notin P_3^{\mathbb R}[x]$. The eigenvectors corresponding to the null eigenvalue are the constant polynomials.