Question:
$$3\dot{x} + \dot{y} + 5x - y = 2e^{-t}+4e^{-3t}$$ $$\dot{x} + 4\dot{y} - 2x + 7y = -3e^{-t}+5e^{-3t}$$
Subject to:
$$x(0)=y(0)=0$$ Attempt at a solution:
I have gotten to:
$$\left(\begin{array}{cc}1&-1&3&-3\\ 1&1&1&1\end{array}\right)\left(\begin{array}{cc}\dot{x}\\ \dot{y}\\ x \\ y \end{array}\right) = 2 \left( \begin{array}{cc}e^{-t}\\ e^{-3t}\end{array}\right) $$
But I am not sure what to do next.