summaryrefslogtreecommitdiff
path: root/3838/CH3/EX3.2.e/EX3_2_E.sce
blob: d42d041edd800f1bb0b3ad82a91eb9d87d7fc0e6 (plain)
1
2
3
4
5
6
7
//EXAMPLE 3.2.E
clc;
Syms s t
w=2;
a=5;
F=exp(-a*t)*cos(w*t)
laplace(F,t,s)