From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 257/CH7/EX7.28/example_7_28.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 257/CH7/EX7.28/example_7_28.sce (limited to '257/CH7/EX7.28/example_7_28.sce') diff --git a/257/CH7/EX7.28/example_7_28.sce b/257/CH7/EX7.28/example_7_28.sce new file mode 100644 index 000000000..6d40eb32d --- /dev/null +++ b/257/CH7/EX7.28/example_7_28.sce @@ -0,0 +1,15 @@ +q=poly([0 2 1],'s','coeff'); +G=8/q +H=1 + +omegaN=sqrt(8) +zeta=2/(2*omegaN) +disp(omegaN,"omegaN = ") +disp(zeta,"zeta = ") + +syms s a +T=8/(s^2+s*(2+8*a)+8) +disp((0.7*2*sqrt(8)-2)/8, " a for zeta=0.7 is ") +disp(%e^(-%pi*zeta/sqrt(1-zeta^2))," Mp for zeta=0.3535 is ") + + -- cgit