This document contains the sample problem for discussion Tuesday, March 9. The expectation assignment is to solve the system by hand, exactly, but it can also be solved numerically by XPP or other program. Initial value problem: x' = -2x + y + cos(t) y' = x - 2y x(0) = 2 y(0) = -1