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

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

disp(Y,"R/C = ")