summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.16.1/ques16_1.sce
blob: 3969b158c3b76363d3183dce9e11dfc81e00eaac (plain)
1
2
3
4
5
6
7
8
//no outp
//ques15
disp('To find the inverse laplace transform of the function');
syms s t a
f=s/((s^2+a^2)^2);
il=ilaplace(f,s,t);
disp(il);