summaryrefslogtreecommitdiff
path: root/2708/CH6/EX6.8/ex_6_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '2708/CH6/EX6.8/ex_6_8.sce')
-rwxr-xr-x2708/CH6/EX6.8/ex_6_8.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/2708/CH6/EX6.8/ex_6_8.sce b/2708/CH6/EX6.8/ex_6_8.sce
new file mode 100755
index 000000000..97d243dca
--- /dev/null
+++ b/2708/CH6/EX6.8/ex_6_8.sce
@@ -0,0 +1,15 @@
+//Example 6.8
+clc;
+clear;
+//part a :
+Ao=.1;// amplitude at minimum frequency in mm
+A=100;//maximum amplitude
+Q=A/Ao;//quality factor
+disp(Q,"Quality factor")
+//part b
+w=100;//resonance frequency in rad/sec
+T=Q/w;//energy decay time
+disp(T,"energy decay time in sec")
+//part c
+hw=1/(2*T);// half width of power resonance curve
+disp(hw,"half width of power resonance curve in rad/sec")