diff options
Diffstat (limited to '1952/CH1/EX1.9/Ex1_9.sce')
-rwxr-xr-x | 1952/CH1/EX1.9/Ex1_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1952/CH1/EX1.9/Ex1_9.sce b/1952/CH1/EX1.9/Ex1_9.sce new file mode 100755 index 000000000..ee0b6be88 --- /dev/null +++ b/1952/CH1/EX1.9/Ex1_9.sce @@ -0,0 +1,7 @@ +// chapter 1 , Example1 9 , pg 24
+v=1440 //velocity of ultrasonic waves(in m/s)
+t=0.95 //time lapsed(in sec)
+d=(v*t) //distance travelled by ultrasonic waves
+d1=d/2 //depth of sea
+disp (d1, ' the depth of sea ( in m) is ' )
+
|