summaryrefslogtreecommitdiff
path: root/29/CH11/EX11.13/exa11_13.sce
blob: 7298b08152cee4d753152fd301cd12b3a8a0d561 (plain)
1
2
3
4
5
6
7
//Caption:determine_transfer_function
//example 11_13
//page 483
syms t;
f=exp(-t)*(1-cos(2*t))
F=laplace(f,t,s);
disp(F,"F(s)=")