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