summaryrefslogtreecommitdiff
path: root/257/CH7/EX7.34/example_7_34.sce
diff options
context:
space:
mode:
Diffstat (limited to '257/CH7/EX7.34/example_7_34.sce')
-rw-r--r--257/CH7/EX7.34/example_7_34.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/257/CH7/EX7.34/example_7_34.sce b/257/CH7/EX7.34/example_7_34.sce
new file mode 100644
index 000000000..a04cdfd7f
--- /dev/null
+++ b/257/CH7/EX7.34/example_7_34.sce
@@ -0,0 +1,16 @@
+syms s k
+q=poly([0 0 1],'s','coeff');
+G=100/q //gain FACTOR=100
+H=1+k*s
+y=G*H
+
+T=G/(1+G*H)
+
+omegaN=sqrt(100) //comparing denominator with standard form
+disp(omegaN,"omegaN = ")
+zeta=100*k/(2*omegaN)
+disp(zeta,"zeta=")
+
+Mp=4.32;
+zeta=0.7071;
+disp(zeta/5," k = ") \ No newline at end of file