diff options
Diffstat (limited to '1340/CH8/EX8.3/8_3.sce')
-rwxr-xr-x | 1340/CH8/EX8.3/8_3.sce | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/1340/CH8/EX8.3/8_3.sce b/1340/CH8/EX8.3/8_3.sce deleted file mode 100755 index fc8b71426..000000000 --- a/1340/CH8/EX8.3/8_3.sce +++ /dev/null @@ -1,12 +0,0 @@ -clc;
-s = %s;
-G = syslin('c',((s-3)*(s-5))/((s+1)*(s+2)));
-disp(G);
-evans(G,100);xgrid();
-printf("For all the points on the root locus K.G(s).H(s) = -1");
-K = -G^(-1);
-disp(K);
-Kdot = derivat(K);disp(Kdot,"dK/ds =");
-root = roots(numer(Kdot));
-disp(root(2),"Break away point at ",root(1),"Break in point at");
-
|