1 2 3 4 5 6 7 8
//Example 3.28.B clc; syms s t; x=laplace(exp(-2*t)); y=laplace(exp(-5*t)); z=x*y; f=ilaplace(z); disp(f);