summaryrefslogtreecommitdiff
path: root/1340/CH6/EX6.7
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH6/EX6.7')
-rwxr-xr-x1340/CH6/EX6.7/6_7.sce12
1 files changed, 0 insertions, 12 deletions
diff --git a/1340/CH6/EX6.7/6_7.sce b/1340/CH6/EX6.7/6_7.sce
deleted file mode 100755
index 52a1e61cb..000000000
--- a/1340/CH6/EX6.7/6_7.sce
+++ /dev/null
@@ -1,12 +0,0 @@
-clc;
-s = %s;
-G = 1/(s*(2*s^4+3*s^3+2*s^2+3*s+2));
-den = denom(G);
-num = numer(G);
-tf = den+num;
-disp(tf,"closed loop transfer function characteristic polynomial is");
-routh = routh_t(tf);
-disp(routh);
-printf("since the entire row of s^3 is not zero");
-printf("\n putting eps = 0 we get one negative sign in 1st row \n");
-printf(" \nhence 2 poles in RHP \n");