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

a= G3/(1+G3*H1*H2)      //feedback
b=G2*a/(1+(G2*a))
c=G1*b
Y=c/(1+c*H1*H2*H3)

disp(Y,"C/R = ")