summaryrefslogtreecommitdiff
path: root/1952/CH1/EX1.1/Ex1_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1952/CH1/EX1.1/Ex1_1.sce')
-rwxr-xr-x1952/CH1/EX1.1/Ex1_1.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1952/CH1/EX1.1/Ex1_1.sce b/1952/CH1/EX1.1/Ex1_1.sce
new file mode 100755
index 000000000..7bc620654
--- /dev/null
+++ b/1952/CH1/EX1.1/Ex1_1.sce
@@ -0,0 +1,8 @@
+// chapter 1 , Example1 1 , pg 20
+v=1440 //velocity of ultrasonic waves(in m/s)
+t=0.33 //time lapsed(in sec)
+d=(v*t) //distance travelled by ultrasonic waves
+d1=d/2 //depth of submarine
+disp (d, ' the velocity of ultrasonic waves ( in m) is ' )
+disp (d1, ' the depth of submarine ( in m) is ' )
+