diff options
Diffstat (limited to '1397/CH2/EX2.2/2_2.sce')
-rwxr-xr-x | 1397/CH2/EX2.2/2_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1397/CH2/EX2.2/2_2.sce b/1397/CH2/EX2.2/2_2.sce new file mode 100755 index 000000000..9fd507ace --- /dev/null +++ b/1397/CH2/EX2.2/2_2.sce @@ -0,0 +1,8 @@ +//clc();
+clear;
+//To determine the frequency of the fundamental note
+l=3*10^(-3); //vibrating length in metres
+Y=8*10^10; //Youngs modulus in N/m^2
+rho=2.5*10^3; //density of crystal in kg/cm^3
+new=(sqrt(Y/rho))/(2*l);
+printf("the frequency of the fundamental note emitted by piezo-electric crystal is %f Hz",new);
|