summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.8.2/ques8_2.sce
blob: f0e36fe2bf32a778f45f0d07651cc86eb957d679 (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^2*sin(a*t);
disp(laplace(f,t,s));