summaryrefslogtreecommitdiff
path: root/1340/CH7/EX7.10/7_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH7/EX7.10/7_10.sce')
-rwxr-xr-x1340/CH7/EX7.10/7_10.sce9
1 files changed, 0 insertions, 9 deletions
diff --git a/1340/CH7/EX7.10/7_10.sce b/1340/CH7/EX7.10/7_10.sce
deleted file mode 100755
index 72cf7410b..000000000
--- a/1340/CH7/EX7.10/7_10.sce
+++ /dev/null
@@ -1,9 +0,0 @@
-clc;
-syms s a K;
-G = K/(s^2+a*s+K);
-disp(G,"Closed loop transfer function:");
-
-DG = diff(G,K);
-sta = (a/G)*diff(G,a);
-sta = simple(sta);
-disp(sta,"Sensitivity wrt parameter a = ")