diff options
Diffstat (limited to '1340/CH6/EX6.7/6_7.sce')
-rwxr-xr-x | 1340/CH6/EX6.7/6_7.sce | 12 |
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");
|