summaryrefslogtreecommitdiff
path: root/1340/CH7/EX7.5/7_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH7/EX7.5/7_5.sce')
-rwxr-xr-x1340/CH7/EX7.5/7_5.sce8
1 files changed, 0 insertions, 8 deletions
diff --git a/1340/CH7/EX7.5/7_5.sce b/1340/CH7/EX7.5/7_5.sce
deleted file mode 100755
index 03485c6c0..000000000
--- a/1340/CH7/EX7.5/7_5.sce
+++ /dev/null
@@ -1,8 +0,0 @@
-clc;
-s = %s;
-Kp = 1000;disp(Kp,"value of Kp:");
-printf("Kp is finite implies a type-0 system \n");
-printf("The system is stable\n");
-printf("Input is a step since Kp is specified\n");
-E = 1/(1+Kp);
-disp(E,"Steady state error =");