summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.4.2/ques4_2.sce
blob: c293fc9255ca9440ecf7a4856d9896e80b72e5fb (plain)
1
2
3
4
5
6
7
//ques4(ii)
clc
disp('To find the laplace of given function in t ');
syms t s a
f=t*cos(a*t);
l=laplace(f,t,s);
disp(l);