HW #1, due Tuesday February 10 (I added a second problem !) =========================================================== Problem #1 ========== Write two more differential solvers. One should use the second order modified Euler method (aka trapezoid method), the other should implement the fourth order Runge-Kutta (RK4). Solve the same problem as in HW 1, i.e.: y'(t) = (1+t)/(1+y) 1