summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.27/Ex1_27.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.27/Ex1_27.sce')
-rw-r--r--3756/CH1/EX1.27/Ex1_27.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3756/CH1/EX1.27/Ex1_27.sce b/3756/CH1/EX1.27/Ex1_27.sce
new file mode 100644
index 000000000..e52450dfb
--- /dev/null
+++ b/3756/CH1/EX1.27/Ex1_27.sce
@@ -0,0 +1,14 @@
+clc
+//
+//
+//
+
+//Variable declaration
+c=3*10**10 //Speed of Light in Vacuum
+mu=1.44 //Refractive Index
+
+//Calculations
+u=c*10**-10/mu
+
+//Result
+printf("\n The Velocity in the liquid is %0.2f *10**10 m/s",u)