summaryrefslogtreecommitdiff
path: root/257/CH5/EX5.5/example_5_5.sce
blob: 4ddf21dfa329ba45a904a8facfe568814513dffb (plain)
1
2
3
4
5
6
7
8
syms G1 G2 G3 G4 H1 H2

a= G1*G2           //shifting the take off point
b=  a/(1+(a*H2))   
c=(1+(G3/G2))
Y= b*c*(G4/(1+G4*H1))   

disp(Y,"C/R = ")