diff options
Diffstat (limited to '1340/CH7/EX7.6/7_6.sce')
-rwxr-xr-x | 1340/CH7/EX7.6/7_6.sce | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/1340/CH7/EX7.6/7_6.sce b/1340/CH7/EX7.6/7_6.sce deleted file mode 100755 index 1ea46b925..000000000 --- a/1340/CH7/EX7.6/7_6.sce +++ /dev/null @@ -1,12 +0,0 @@ -clc;
-s = %s;
-printf("S.S. error = 0.1");
-Kv = 1/0.1
-G = syslin('c',(s+5)/((s*(s+6)*(s+7)*(s+8))));
-printf("\n For type-1 system and finite steady state error implies a ramp input. \n")
-syms k s;
-disp(s*G);
-l = limit(s*G,s,0);
-disp(l);
-k = Kv/l;
-disp(k,"Value of K:");
|