My Problem is this given System of differential Equations: $$\dot{x}=8x+18y$$ $$\dot{y}=-3x-7y$$ I am looking for a gerenal solution.
My Approach was: i can see this is a System of linear and ordinary differential equations. Both are of first-order, because the highest derivative is the first. But now i am stuck, i have no idea how to solve it. A Transformation into a Matrix should lead to this expression: $$\overrightarrow{y}=\left( \begin{array}{cc} 8 & 18 \\ -3 & -7 \end{array} \right)\cdot x$$ or is this correct: $$\overrightarrow{x}=\left( \begin{array}{cc} 8 & 18 \\ -3 & -7 \end{array} \right)\cdot y\text{ ?}$$
But i don't know how to determine the solution, from this point on.