summaryrefslogtreecommitdiff
path: root/1340/CH2/EX2.2/2_2.sce
blob: 18178fe6250507e7475cf87939b84c78598e4090 (plain)
1
2
3
4
clc;
syms t s;
y = ilaplace(1/(s+3)^2,s,t);
disp(y,"Inverse Lapalce Transform =");