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