Second-Order ODE or IVP

> ode := diff( y(t), t$2 ) = %? ; # second-order ODE

> ic := [ y(0) = %?, D(y)(0) = %? ]; # ICs for second-order ODE

>