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