summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.19.2/ques19_2.sce
blob: 75bb2301ab99c85c611177101432515aeb92f264 (plain)
1
2
3
4
5
6
7
8
9
//error no output
//ques18
disp('To find the inverse laplace transform of the function');
syms s t a b

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