summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.15/EX3_15.sce
blob: 740adf8e978494972a024aed309f9b760146d90d (plain)
1
2
3
4
5
6
//Example 3.15
clc;
syms s;
I=4/((s^(2))*(s^(2)+16));
i=ilaplace(I);
disp(i);