summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.1.1/ques1_1.sce
blob: f33f28930c90c1c79d7fe6fc17e7adbac61b76be (plain)
1
2
3
4
//ques1(i)
disp('To find the laplace of given function in t ');
syms t s
disp(laplace(sin(2*t)*sin(3*t),t,s));