summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.12.3/ques12_3.sce
blob: 6c26a0074d37ed3570a3fee0d81ca3a87dc21ba2 (plain)
1
2
3
4
5
6
//ques11
disp('To find the inverse laplace transform of the function');
syms s t
f=(4*s+5)/((s-1)^2*(s+2));
il=ilaplace(f,s,t);
disp(il);