summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.29.A/EX3_29_a.sce
blob: 0e28729a6979cf65a00e366a6f496f19355a4b68 (plain)
1
2
3
4
5
6
7
8
//Example 3.29.A
clc;
syms s t;
x=laplace(2);
y=laplace(1);
z=x/y;
f=ilaplace(z);
disp(f);