Step 3: General Solution to Nonhomogeneous Equation

This is completely routine: simply add the homogeneous and particular solutions found in Steps 1 and 2.

> SOLN := y(t) = rhs(SOLNh) + rhs(SOLNp);

>