1) Give the function rule of $L : R^3 -> R^3$ with eigenvalues $1$, $2$ and $3$, respectivly their eigenvectores $(2, -1, 0)$, $(-1, 2, -1)$ and $(0,-1,2)$.
$L$ is completely determined by its transformation matrix $A$, the function rule is then given by:
$$L: \mathbb{R^3} \to \mathbb{R^3}: x \mapsto Ax$$
You didn't get $A$, but you did get everything you need to find it since it can be diagonalized as:
$$A = PDP^{-1}$$
where $D$ is a diagonal matrix with the eigenvalues on the diagonal and $P$ contains the eigenvectors in the columns.
2) Given $L: R^3 -> R^3$ with eigenvalues $-1$, $0$ and $1$, respectivly their eigenvectores $v1$, $v2$ and $v3$. Determine $ker(L)$ and $Im(L)$.
The kernel consists of all vectors that are mapped to the zero vector by $L$. Since you are given a basis of eigenvectors, these are precisely the vectors spanned by the eigenvector corresponding to eigenvalue $0$. The image is spanned by the images of the other two eigenvectors, but those images are simple multiples of those eigenvectors!