Find the general solution for $y'(x)=\begin{pmatrix}1 & 1 \\ 4 & 1\end{pmatrix}y(x)$, for $y:\mathbb{R}\to \mathbb{R}^2$.
I've tried to solve this component-wise, that is I've tried to solve $y_1'-y_1=y_2$ and $4y_1+y_2=y_2'$ by plugging the first equation into the second and then solving for $y_2$ but this, along with the other approaches I've tried, doesn't seem to work.
$$ \begin{cases} y'_1=y_1+y_2 \\ y'_2=4y_1+y_2 \end{cases} $$ Multiply by $2$ first DE: $$ \begin{cases} 2y'_1=2y_1+2y_2 \\ y'_2=4y_1+y_2 \end{cases} $$ Substract both DE: $$ \implies y'_2-2y'_1=2y_1-y_2$$ $$ y'_2+y_2=2(y_1+y'_1)$$ Multiply by $e^t$ both sides: $$ (y_2e^t)'=2(y_1e^t)'$$ Integrate. $$ y_2=2y_1+c_1e^{-t}$$ Plug this in the first DE and solve. $$ y'_1=y_1+y_2 $$ $$ y'_1=3y_1+c_1e^{-t}$$