summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.28.C/EX3_28_C.sce
blob: 3ba0be3ce83684d2ad854365067e4aacd0633ded (plain)
1
2
3
4
5
6
7
8
//Example 3.28.c
clc;
syms s t;
x=laplace(t);
y=laplace(exp(-5*t));
z=x*y;
f=ilaplace(z);
disp(f);