The following system is given:
$$ \dot{x} = y + z \\ \dot{y} = x + z \\ \dot{z} = x + y $$
The first thing I did was to find out the eigenvalues. I found out, that -1 is a doubled and 2 a single eigenvalue, so
$$ \lambda_{1,2} = -1,\ \ \lambda_3 = 2 $$
In the excercises ago, the ideas were to determine $ y=e^{\lambda x} \underline{u} $. so I tried to do the following:
$$ \begin{pmatrix} 0-\lambda & 1 & 1 \\ 1 & 0-\lambda & 1 \\ 1 & 1 & 0-\lambda \end{pmatrix} $$
Is this step right? I tried to find a scheme as in the excercises ago and in the line $ \dot{x} = y +z$ I don't have an x but one y and one z.
When inserting $ \lambda_1 = -1 $ I have
$$ A-\lambda E = \underline{0} \rightarrow \begin{pmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{pmatrix} = \underline{0} $$
which means that $ x_i + y_i + z_i = 0\ for\ i ={1,2,3} $. Here is the point on which I don't know how to go on. One solution is the trivial one, so $x=y=z=0$. Can I use this solution?
I think that I have to use something like $$ y = C_1 * \begin{pmatrix} u_1*e^{\lambda_1 x} \\ u_2*e^{\lambda_1 x}\\ u_3*e^{\lambda_1 x} \end{pmatrix} + C_2 \begin{pmatrix} ... \end{pmatrix} + C_3 \begin{pmatrix} ... \end{pmatrix}$$
in the case $ \lambda_1 = 1 $, but how to I get my u here exactly?