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