summaryrefslogtreecommitdiff
path: root/257/CH5/EX5.14/example_5_14.sce
blob: 18d594fd7ec6a3c180ecc73903dd875e8c8071a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
syms G1 G2 G3 G4 H1 H2

//shifting take off point of G4 , after G2

a=G4/G2
b= a+G3
c= G1*G2/(1+(G1*G2*H1))
d=c*b
e=d/(1+(d*H2/G1))
Y=e/(1+(e*1))

disp(Y,"C/R = ")