summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.29.C/EX3_29_C.sce
blob: f6509b7a876dcf86e77909fd5efb03f1d1eafc21 (plain)
1
2
3
4
5
6
7
8
//Example 3.29.C
clc;
syms s t;
x=laplace((1/25)*(exp(-5*t)+5*t-1));
y=laplace(exp(-5*t));
z=x/y;
f=ilaplace(z);
disp(f);