Session 4.4 Some Laplace Transforms

> with(inttrans):

This package is necessary for Maple to recognize the laplace/invlaplace commands

> Fs1:=laplace(2+2*t+5*t^2,t,s);

[Maple Math]

> ft1:=invlaplace(Fs1,s,t);

[Maple Math]

> Fs2:=laplace(sin(2*t),t,s);

[Maple Math]

> ft2:=invlaplace(Fs2,s,t);

[Maple Math]

> simplify(%);

[Maple Math]

> ft_imp:=invlaplace(1/((s^2+1)*(1-exp(-s))),s,t);

Even Maple cannot always find the inverse Laplace of a function.

[Maple Math]

>