Here is a 2nd order vector differential equation: $$\overrightarrow{Y}''= \begin{pmatrix}a & b \\c & d \end{pmatrix} \overrightarrow{Y}$$ Don't work it out, but write it as a vector differential eqn in $1$st order in higher dimensions.
I am not sure where to begin.
How does one convert from 2nd to 1st order? Hints are appreciated.
HINT
Here's a simple example. If you have the second order differential equation $$ y'' =y$$ you can write it as the pair of first order differential equations $$ u' = y \\ y' = u$$ which is the vector diff-eq $$ \vec w' = A\vec w$$ where $\vec w=(u,y)^T$ and $$ A = \begin{pmatrix}0&1\\1&0\end{pmatrix}$$