summaryrefslogtreecommitdiff
path: root/149/CH21/EX21.13.2/ques13_2.sce
blob: 519d36c7dd39d2700453ed9cddbeca323d21805c (plain)
1
2
3
4
5
6
7
8
//error no output
//ques11

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