summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.29.D/EX3_29_D.sce
blob: e2c1a99eb757a231cb82f8120f4e7d0b5103223a (plain)
1
2
3
4
5
6
7
8
//Example 3.29.d
clc;
syms s t;
x=laplace(1-cos(t));
y=laplace(t);
z=x/y;
f=ilaplace(z);
disp(f);