diff options
Diffstat (limited to '257/CH9/EX9.27/example_9_27.sce')
-rw-r--r-- | 257/CH9/EX9.27/example_9_27.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/257/CH9/EX9.27/example_9_27.sce b/257/CH9/EX9.27/example_9_27.sce new file mode 100644 index 000000000..7eebb552f --- /dev/null +++ b/257/CH9/EX9.27/example_9_27.sce @@ -0,0 +1,4 @@ +//when |a|<|b| then system is stable. hence let a=2 and b=3
+s=%s
+sys=syslin('c',k/((s-2)*(s+3)))
+evans(sys)
\ No newline at end of file |