summaryrefslogtreecommitdiff
path: root/1340/CH7/EX7.12/7_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH7/EX7.12/7_12.sce')
-rwxr-xr-x1340/CH7/EX7.12/7_12.sce11
1 files changed, 0 insertions, 11 deletions
diff --git a/1340/CH7/EX7.12/7_12.sce b/1340/CH7/EX7.12/7_12.sce
deleted file mode 100755
index 75e4e6d64..000000000
--- a/1340/CH7/EX7.12/7_12.sce
+++ /dev/null
@@ -1,11 +0,0 @@
-clc;
-syms K a b s;
-G = K/((s+a)*(s+b));
-Kp = limit(G,s,0);
-e = 1/(1+Kp);
-sea = (a/e)*diff(e,a);
-sea = simple(sea);
-disp(sea,"Sensitivity of error wrt a =");
-sek = (K/e)*diff(e,K);
-sek = simple(sek);
-disp(sek,"Sensitivity of error wrt K ="); \ No newline at end of file