summaryrefslogtreecommitdiff
path: root/1340/CH6/EX6.11/6_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH6/EX6.11/6_11.sce')
-rwxr-xr-x1340/CH6/EX6.11/6_11.sce11
1 files changed, 0 insertions, 11 deletions
diff --git a/1340/CH6/EX6.11/6_11.sce b/1340/CH6/EX6.11/6_11.sce
deleted file mode 100755
index c235cba25..000000000
--- a/1340/CH6/EX6.11/6_11.sce
+++ /dev/null
@@ -1,11 +0,0 @@
-clc;
-s=%s;
-A = [0 3 1;2 8 1;-10 -5 -2];
-B = [10;0;0];
-C = [1 0 0];
-ss = syslin('c',A,B,C,0);
-tf = ss2tf(ss);disp(tf);
-H = denom(tf);
-routh = routh_t(H);
-disp(routh);
-printf("one sign change hence one pole in RHP");