diff options
Diffstat (limited to '257/CH5/EX5.8/example_5_8.sce')
-rw-r--r-- | 257/CH5/EX5.8/example_5_8.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/257/CH5/EX5.8/example_5_8.sce b/257/CH5/EX5.8/example_5_8.sce new file mode 100644 index 000000000..38d5c0bb6 --- /dev/null +++ b/257/CH5/EX5.8/example_5_8.sce @@ -0,0 +1,12 @@ +syms G1 G2 G3 H1 H2
+
+//shifting the taake off points twice to the left
+a=G1/(1+G1*H1*G2)
+b=(1+(G3/G2))
+c=a*b
+d=G2/(1+(G2*H2))
+e=c*d
+f=(-H1)*G2*H2
+Y=e/1+(e*f)
+
+disp(Y,"C/R = ")
|