summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.2.1/ques2_1.sce
blob: 694e4fdbf9f0d6aa4234f80d73b88d6fff59bdfc (plain)
1
2
3
4
5
//ques1(ii)
disp('To find the laplace of given function in t ');
syms t s
f=exp(-3*t)*(2*cos(5*t)-3*sin(5*t));
disp(laplace(f,t,s));