summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.25.b/EX3_25_B.sce
blob: e15a27ee94bd006fc2da3aa0be8db3bea00d3aee (plain)
1
2
3
4
5
6
//EXAMPLE 3.25.b
clc;
Syms s,t;
u=laplace((t)^(2),t,s)+laplace(t*exp(-4*t),t,s);
F=u*laplace(1,t,s)
disp(F);