Hello! (Wave)
We consider the initial value problem:
$$x'(t)=-5x(t)-2y(t), t \in [0,1] \\ y'(t)=-2x(t)-100y(t), t \in [0,1] \\ x(0)=1, y(0)=1.$$
I want to solve the above problem using the forward Euler method, the trapezoid method and the backward Euler method and to represent in common...