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