summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.14.2/ques14_2.sce
blob: 787e2e457ce9c5ffc5f6605aafc183a30a899819 (plain)
1
2
3
4
5
6
7
8

//ques14
disp('To find the inverse laplace transform of the function');
syms s t a
f=(s+3)/((s^2-4*s+13));
il=ilaplace(f,s,t);
disp(il);