diff options
Diffstat (limited to '104/CH8/EX8.9/8_9.sce')
-rwxr-xr-x | 104/CH8/EX8.9/8_9.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/104/CH8/EX8.9/8_9.sce b/104/CH8/EX8.9/8_9.sce new file mode 100755 index 000000000..27b89197d --- /dev/null +++ b/104/CH8/EX8.9/8_9.sce @@ -0,0 +1,6 @@ +//multiple order pole
+s=%s
+sys=syslin('c',(s+3)/(s*(s+2)^3))
+clf
+evans(sys)
+printf("this shows that whole real axis is occupied by RL and CRL")
|