diff options
Diffstat (limited to '257/CH5/EX5.16/example_5_16.sce')
-rw-r--r-- | 257/CH5/EX5.16/example_5_16.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/257/CH5/EX5.16/example_5_16.sce b/257/CH5/EX5.16/example_5_16.sce new file mode 100644 index 000000000..fc17b2a36 --- /dev/null +++ b/257/CH5/EX5.16/example_5_16.sce @@ -0,0 +1,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 = ")
\ No newline at end of file |