summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.16.3/ques16_3.sce
blob: 40e5224ee5ea3ff94ab62a356fc57d42a7ec1537 (plain)
1
2
3
4
5
6
7
8
9
//no output
//ques15
disp('To find the inverse laplace transform of the function');
syms s t a

f=1/((s^2+a^2)^2);
il=ilaplace(f,s,t);
disp(il);