Getting started

Every Maple worksheet should begin by re-initializing the Maple "kernel" and loading the additional packages that we are most likely to use.

> restart;

> with( plots ):

> with( DEtools ):

> with( inttrans );

>

> alias( Y(s) = laplace(y(t),t,s) );

>