diff options
Diffstat (limited to '257/CH5/EX5.18/example_5_18.sce')
-rw-r--r-- | 257/CH5/EX5.18/example_5_18.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/257/CH5/EX5.18/example_5_18.sce b/257/CH5/EX5.18/example_5_18.sce new file mode 100644 index 000000000..85e639146 --- /dev/null +++ b/257/CH5/EX5.18/example_5_18.sce @@ -0,0 +1,11 @@ +s=%s
+
+a=(1/(s+2))/(1+(1/(s+2)*4))
+b=a*(3*s/(s+4)) //shifting take off point to the right
+c=b/(1+(b*(5/s)))
+d=1+ ( (s/(s+3)) * ((s+4)/(3*s)) )
+Y=d*c
+
+disp(Y,"Y/R = ")
+
+disp((s+3)*(s^2+10*s+39))
\ No newline at end of file |