summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.19.1/ques19_1.sce
blob: 32c0bcd1db4b8d0600ec62df3be7290d5a1dc673 (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

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