diff options
Diffstat (limited to '257/CH5/EX5.4/example_5_4.sce')
-rw-r--r-- | 257/CH5/EX5.4/example_5_4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/257/CH5/EX5.4/example_5_4.sce b/257/CH5/EX5.4/example_5_4.sce new file mode 100644 index 000000000..0ce9d8903 --- /dev/null +++ b/257/CH5/EX5.4/example_5_4.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 |