Inactive Tutor answered 08/20/20
Knowing the eigenvalues is not enough in this case, because you have repeated eigenvalues. You need to find the Jordan canonical form of the coefficient matrix. I assume you learned it already.
Let us call the matrix
|6 4 3|
|-4 -2 -3|
|3 3 5|
by A. The Jordan canonical form of A is
|2 1 0|
J = |0 2 0|,
|0 0 5|
with the transformation matrix
|-1 -1 1|
S = |1 0 -1|
|0 1 1|. We have A=SJS-1.
We will have new variables u=S-1x, namely
u1 = -x1-x2+x3
u2 = x1+0-x3
u3 = 0+x2+x3.
Under the new variable, the system is
u1' = 2u1 + u2
u2' = 2u2
u3' = 5u3.
We have solutions in terms of new variables,
u1 = te2t
u2 = e2t
u3 = e5t.
Now all you need to do is to rewrite the above solution in terms of x's, which is x = Su.