diff options
Diffstat (limited to '257/CH5/EX5.14/example_5_14.sce')
-rw-r--r-- | 257/CH5/EX5.14/example_5_14.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/257/CH5/EX5.14/example_5_14.sce b/257/CH5/EX5.14/example_5_14.sce new file mode 100644 index 000000000..18d594fd7 --- /dev/null +++ b/257/CH5/EX5.14/example_5_14.sce @@ -0,0 +1,12 @@ +syms G1 G2 G3 G4 H1 H2
+
+//shifting take off point of G4 , after G2
+
+a=G4/G2
+b= a+G3
+c= G1*G2/(1+(G1*G2*H1))
+d=c*b
+e=d/(1+(d*H2/G1))
+Y=e/(1+(e*1))
+
+disp(Y,"C/R = ")
\ No newline at end of file |