summaryrefslogtreecommitdiff
path: root/1664/CH1/EX1.1
diff options
context:
space:
mode:
Diffstat (limited to '1664/CH1/EX1.1')
-rwxr-xr-x1664/CH1/EX1.1/Ex1_1.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1664/CH1/EX1.1/Ex1_1.sce b/1664/CH1/EX1.1/Ex1_1.sce
new file mode 100755
index 000000000..49d50dc0d
--- /dev/null
+++ b/1664/CH1/EX1.1/Ex1_1.sce
@@ -0,0 +1,12 @@
+
+
+// Example No.1.1.
+// Page No.28.
+clc;clear;
+t = 0.15*10^(-2);//Thickness of the quartz crystal -[m].
+Y = 7.9* 10^(10);//Young's modulus of quartz -[N/m^2].
+d = 2650;//Density of quartz -[kg/m^3].
+f = (1/(2*t))*(sqrt(Y/d));//'f' is fndamental frequency of vibration.
+f = f*10^(-6);//fundamental frequency of vibration.
+printf("\nThe fundamental frequency of vibration of the crystal is %.4f MHz",f);
+