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

a=G2/(1+(G2*H2))
b= G1*a
c= H1*(1+G2*H2)/G2          //shifting the take off point
d= b/(1+b)
Y= d/(1+(d*c))
 
disp(Y," R/C = ")