I have a 3x3 matrix A with the following elements:
$$\begin{pmatrix} 5 & -4 & 2 \\ 4 & -5 & 4 \\ 6 & -12 & 9 \end{pmatrix}$$
The ODE is $y' = Ay$ with $y(0) = [1 \quad 0 \quad 1]^T$.
I found the eigenvalue to be 3 with a multiplicity of 3. I found the two eigenvectors to be:$[2 \quad 1 \quad 0]^T$ and $[-1 \quad 0 \quad 1]^T$ (both of these transpose). I feel like I need a 3rd eigenvalue to solve this ODE but not sure what to do. Also not sure how to type matrices so sorry for confusion