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