diff options
Diffstat (limited to '1397/CH2/EX2.1')
-rwxr-xr-x | 1397/CH2/EX2.1/2_1.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1397/CH2/EX2.1/2_1.sce b/1397/CH2/EX2.1/2_1.sce new file mode 100755 index 000000000..1369be1d2 --- /dev/null +++ b/1397/CH2/EX2.1/2_1.sce @@ -0,0 +1,8 @@ +//clc();
+clear;
+//To determine the fundamental frequency of crystal
+t=0.002; //thickness of the crystal in metres
+V=5750; //velocity of sound waves in metres per sec
+new=V*10^(-6)/(2*t);
+printf("fundamental frequency of the piezo electric crystal is %f MHz",new);
+
|