summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.28.B/EX3_28_B.sce
blob: 4e21ae86bb8ae5a7aaa6e8c674d9404566c0ec36 (plain)
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);