summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.27.b/EX3_27_B.sce
blob: 067e2d272a6ea55d0f85b2f6d47f29ca66e96837 (plain)
1
2
3
4
5
6
7
8
//Example 3.27.B
clc;
syms s t;
x=laplace(exp(-2*t));
y=laplace(1);
z=x*y;
f=ilaplace(z);
disp(f);