I want to check answer for specific ODE solvers, for instances, solving:
$x_1' = 1/5\; x_1 + 4/5\; x_2$
$x_2' = 4/5\;x_1 + 1/5\; x_2$
$x_1(0) = 1$, $x_2(0) = 3$
I've just learnt how to solve these types of equations and it'd be helpful if I could check my answer.
I got an answer of $x_1 = 2e^t -e^{-3/5t}$ and $x_2 = 2e^t + e^{-3/5t}$
Grapher seems to agree, the picture is easy to examine if you just take it down from the page.