summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.2.3/ques2_3.sce
blob: 5215ed91032a3bd8a42b3c75775f131f96551438 (plain)
1
2
3
4
5
6
//ques1(ii)
clc
disp('To find the laplace of given function in t ');
syms t s
f=exp(4*t)*(cos(t)*sin(2*t));
disp(laplace(f,t,s));