summaryrefslogtreecommitdiff
path: root/46/CH4/EX4.4/Example4_4.sce
blob: 4b675b8f70a1120730cc434e932e7fb9e50a532b (plain)
1
2
3
4
5
6
7
8
//Example 4.4
clc
syms t s a k;
xt=laplace('%e^(-a*t)*cos(k*t)',t,s);
disp(xt,'x(t)=')
x