summaryrefslogtreecommitdiff
path: root/257/CH5/EX5.5/example_5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '257/CH5/EX5.5/example_5_5.sce')
-rw-r--r--257/CH5/EX5.5/example_5_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/257/CH5/EX5.5/example_5_5.sce b/257/CH5/EX5.5/example_5_5.sce
new file mode 100644
index 000000000..4ddf21dfa
--- /dev/null
+++ b/257/CH5/EX5.5/example_5_5.sce
@@ -0,0 +1,8 @@
+syms G1 G2 G3 G4 H1 H2
+
+a= G1*G2 //shifting the take off point
+b= a/(1+(a*H2))
+c=(1+(G3/G2))
+Y= b*c*(G4/(1+G4*H1))
+
+disp(Y,"C/R = ") \ No newline at end of file