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