summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.14.1/ques14_1.sce
blob: 5da1741c484d4f65c16f49dfb6f8a7b5a4ebde9c (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^2/(s-2)^3;
il=ilaplace(f,s,t);
disp(il);