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