summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.1.3/ques1_3.sce
blob: a5b27d22a058609604a24aa52468aee21e168c1d (plain)
1
2
3
4
//ques1(ii)
disp('To find the laplace of given function in t ');
syms t s
disp(laplace((sin(t))^3,t,s));