summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.30.A/EX3_30_A.sce
blob: 35351849b4721553fba24b45d8cac25607f7c482 (plain)
1
2
3
4
5
6
7
8
//Example 3.30.A
clc;
syms s t;
x=laplace(3*t);
y=laplace(1);
z=x*y;
f=ilaplace(z);
disp(f);