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