summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.15.2/ques15_2.sce
blob: 2ca7e2761a1f16ba11175b4f0f652b032e7e9296 (plain)
1
2
3
4
5
6
7
8

//ques15
disp('To find the inverse laplace transform of the function');
syms s t a
f=1/(s*(s+a)^3);
il=ilaplace(f,s,t);
disp(il);