diff options
Diffstat (limited to '1952/CH1/EX1.4/Ex1_4.sce')
-rwxr-xr-x | 1952/CH1/EX1.4/Ex1_4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1952/CH1/EX1.4/Ex1_4.sce b/1952/CH1/EX1.4/Ex1_4.sce new file mode 100755 index 000000000..f04b8d50c --- /dev/null +++ b/1952/CH1/EX1.4/Ex1_4.sce @@ -0,0 +1,9 @@ +// chapter 1 , Example1 4 , pg 22
+lam=2*0.55*10^-3 //distance between 2 antinodes is lam/2 (in m)
+n=1.45*10^6 //frequency of crystal(in Hz) (given) they have taken n=1.5 Hz in calculation
+v=n*lam //velocity
+printf("velocity of waves in sea water\n")
+printf("v=%.1f m/s",v)
+
+
+//sum is solved using n=1.5 Hz while the frequency given is n=1.45 Hz
|