$A$ is the linear mapping $f(x)= Ax,\mathbb{R} \rightarrow \mathbb{R}$
$$f\left( \begin{pmatrix} x_{1}\\ x_{2}\\ x_{3} \end{pmatrix}\right)= \begin{pmatrix} x_{2}-x_{3}\\ x_{1}+3x_{2}-2x_{3}\\ x_{1}-4x_{2}+5x_{3} \end{pmatrix}$$
Is zero an eigenvalue of $A$?
I need the matrix $A$. I think we can get it by forming the thing above? So
$$A= \begin{pmatrix} 0 & 1 & -1\\ 1 & 3 & -2\\ 1 & -4 & 5 \end{pmatrix}$$
I hope this is correct, if not everything else coming now will be wrong :s
$$\begin{vmatrix} -\lambda & 1 & -1\\ 1 & 3-\lambda & -2\\ 1 & -4 & 5-\lambda \end{vmatrix} \begin{matrix} -\lambda & 1 \\ 1 & 3-\lambda \\ 1 & -4 \end{matrix}$$
Characteristic polynomial $p_{A}(\lambda)= -\lambda(3-\lambda)(5-\lambda)+(-2)+4-(-(3-\lambda))-(-8\lambda)-(5-\lambda)$
$p_{A}(\lambda)= (-3\lambda+\lambda^{2})(5-\lambda)+2-(-3+\lambda)+8\lambda-5+\lambda$
$p_{A}(\lambda)= -15\lambda +3\lambda^{2}+5\lambda^{2}-\lambda^{3}+2+3-\lambda+8\lambda-5+\lambda$
$p_{A}(\lambda)= -\lambda^{3}+8\lambda^{2}-7\lambda$
We quickly see that $\lambda=0$ so zero is really an eigenvalue of $A$?
Is it correct? I especially wasn't sure at the beginning if I formed it to a matrix correctly because I didn't work with these.. mappings? in combination with matrix before.