summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.17.1/ques17_1.sce
blob: 2a4f785539cc2649ae85f2a433a8d0f63d6ff93d (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=(s+2)/(s^2*(s+1)*(s-2));
il=ilaplace(f,s,t);
disp(il);