I have an exam in a couple of days and I am trying to do some past papers. One of the questions is about solving $$y'''-4y''+13y'=0$$ by the matrix method, i.e converting the 3rd order ode into the following form:
$$\vec{Y}'=A\vec{Y}$$
I converted the ODE into matrix form: $$\implies \begin{pmatrix}y'''\\y''\\y' \end{pmatrix}=\begin{pmatrix}4&-13&0\\1&0&0\\0&1&0 \end{pmatrix}\begin{pmatrix}y''\\y'\\y \end{pmatrix}$$
The question then asks:
Calculate the solution matrix $\vec{Y}$ that satisfies the matrix differential equation $\vec{Y}'=A\vec{Y}$. Hint: Express $\vec{Y}$ by using the eigenvalues of the matrix as well as the matrix $C$, where $C^{-1}AC=diag(\lambda_1,\lambda_2,\lambda_3)$. You do not have to state $C$ explicitly.
I am not sure what this matrix $C$ is.Don't I just have to find the eigenvalues $\lambda_n $ and eigenvectors $\vec{v}_n$ and then my solution will be $$y(x)=c_1 \vec{v}_1 e^{\lambda_1 t}+c_2 \vec{v}_2 e^{\lambda_2 t}+c_3 \vec{v}_3 e^{\lambda_3 t} \space ?$$
Can anyone explain what this matrix C does and what $\vec{Y}$ should look like? Thanks in advance