Step 2: Solve for Laplace transform of the solution

Solving the algebraic equation for the Laplace transform of the solution is

> solnLT := solve( LT, { Y(s) } );

>

To get a feel for the form of the solution, or to do some qualitative analysis based on the transform of the solution, it often helps to rewrite the transform of the solution in partial fractions form.

> convert( solnLT, parfrac, s );

>