Step 0: Specify the Nonhomogeneous Problem

> VAR := y(t):

> MODEL := diff( y(t), t$2 ) + ? *diff( y(t), t ) + ? *y(t) = ? ;

>