summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.28.a/EX3_28_A.sce
blob: 2c16c96f9a597e54f72d406536ae64f42624f6ab (plain)
1
2
3
4
5
6
7
8
//Example 3.28.A
clc;
syms s t;
x=laplace(2);
y=laplace(1);
z=x*y;
f=ilaplace(z);
disp(f);