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