diff options
Diffstat (limited to '3537/CH8/EX8.7/Ex8_7.sce')
-rw-r--r-- | 3537/CH8/EX8.7/Ex8_7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3537/CH8/EX8.7/Ex8_7.sce b/3537/CH8/EX8.7/Ex8_7.sce new file mode 100644 index 000000000..9c3b9765d --- /dev/null +++ b/3537/CH8/EX8.7/Ex8_7.sce @@ -0,0 +1,8 @@ +//Example 8_7
+clc();
+clear;
+//To calculate the fundamental frequency of crystal
+t=0.002 //units in meters
+V=5750 //units in meter per second
+v=V/(2*t)*10^-6
+printf("The fundamental frequency of crystal %.4f MHz",v)
|