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

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

disp(Y," C/R = ")