summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.2.d/EX3_2_D.sce
blob: fb0a99fba48f9263465a17577304e4e6af3f17ad (plain)
1
2
3
4
5
6
7
//EXAMPLE 3.2.D
clc;
Syms s t
w=2;
a=5;
F=exp(-a*t)*sin(w*t)
laplace(F,t,s)