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

// combine the two summing points
a= G3+G1
b= G2/(1-(G2*H1))
c= a*b
Y=c/(1+c*H2)

disp(Y,"C/R = ")