summaryrefslogtreecommitdiff
path: root/1340/CH4/EX4.3/4_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1340/CH4/EX4.3/4_3.sce')
-rwxr-xr-x1340/CH4/EX4.3/4_3.sce11
1 files changed, 0 insertions, 11 deletions
diff --git a/1340/CH4/EX4.3/4_3.sce b/1340/CH4/EX4.3/4_3.sce
deleted file mode 100755
index 355349bea..000000000
--- a/1340/CH4/EX4.3/4_3.sce
+++ /dev/null
@@ -1,11 +0,0 @@
-clc;
-s = %s;
-G = syslin('c',36/(s^2+4.2*s+36));
-disp(G,"G(s)=");
-K = denom(G);
-coef = coeff(K);
-disp(coef);
-Wn = sqrt(coef(1,1));
-disp(Wn,"Undamped Natural Frequency =");
-zeta = coef(1,2)/(2*Wn);
-disp(zeta,"damping ratio =")