summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.22/EX3_22.sce
blob: df1d08bffe4d38c77f5bc3e9b4bb014c37a37c97 (plain)
1
2
3
4
5
6
7
8
//Example 3.22
clc;
syms s t;
x=laplace(exp(-2*t)*cos(3*t),t,s);
y=laplace(4*sin(3*t),t,s);
z=x*y
i=ilaplace(z);
disp(i);