summaryrefslogtreecommitdiff
path: root/257/CH13/EX13.14/Example_13_14.sce
blob: 53895229a39d3556a4d8caf68c591ffe0b29a279 (plain)
1
2
3
4
5
6
7
s=%s;
A=[-0 1;-2 -3]
B=[1;0]
C=[1 0]
D=0;
TF=C*inv(s*eye(2,2)-A) *B
disp(TF,"transfer function = ")