summaryrefslogtreecommitdiff
path: root/1340/CH7/EX7.7/7_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH7/EX7.7/7_7.sce')
-rwxr-xr-x1340/CH7/EX7.7/7_7.sce9
1 files changed, 0 insertions, 9 deletions
diff --git a/1340/CH7/EX7.7/7_7.sce b/1340/CH7/EX7.7/7_7.sce
deleted file mode 100755
index c7b3ee66f..000000000
--- a/1340/CH7/EX7.7/7_7.sce
+++ /dev/null
@@ -1,9 +0,0 @@
-clc;
-s = %s;
-G2 = syslin('c',1/(s*(s+25)));
-syms s;
-limG1= limit(1000*s/s,s,0);//limit of G1
-limG2 = limit(s/(s*G2),s,0);//limit of G2
-ess = -1/(limG1+limG2);
-disp(ess,"S.S. error due to step disturbance:");
-printf("Steady state error is inversely proportional to d.c.gain of G1(s)=1000"); \ No newline at end of file