summaryrefslogtreecommitdiff
path: root/257/CH6/EX6.12/example6_12.sce
blob: d89430e9a078fea782152a4319e02b4713c0b1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
syms G1 G2 G3 G4 H1 H2;

T1=G1*G3*G2;
T2=G1*G2*G4;

L1=-G1*G2*H1;
L2=G1*G2*G3*H2;
L3=G2*G1*G4*H2;

delta=1-(L1+L2+L3)
del1=1;
del2=1;

TF=(T1*del1 + T2*del2)/delta ;
disp(TF,"C/R = ")