diff options
Diffstat (limited to '1340/CH8/EX8.4')
-rwxr-xr-x | 1340/CH8/EX8.4/8_4.sce | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/1340/CH8/EX8.4/8_4.sce b/1340/CH8/EX8.4/8_4.sce deleted file mode 100755 index d83d06103..000000000 --- a/1340/CH8/EX8.4/8_4.sce +++ /dev/null @@ -1,7 +0,0 @@ -clc;
-s =%s;
-printf("Break in and Break away points satisy the relation:\n");
-printf("sum(1/(real(s)+Zi)= sum(1/(real(s)+Pi)");
-G = syslin('c',1/(s-3)+1/(s-5)-1/(s+2)-1/(s+1));
-disp(G);x =roots(numer(G));
-disp(x(2),"break-away point =",x(1),"break-in point =");
\ No newline at end of file |