summaryrefslogtreecommitdiff
path: root/3875/CH4/EX4.19/Ex4_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '3875/CH4/EX4.19/Ex4_19.sce')
-rw-r--r--3875/CH4/EX4.19/Ex4_19.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3875/CH4/EX4.19/Ex4_19.sce b/3875/CH4/EX4.19/Ex4_19.sce
new file mode 100644
index 000000000..180ce990a
--- /dev/null
+++ b/3875/CH4/EX4.19/Ex4_19.sce
@@ -0,0 +1,8 @@
+clc;
+clear;
+D_10=1.40 //diameter of the 10th ring in air in cm
+D_10_liquid=1.27 //diameter of the 10th ring in liquid in cm
+
+//calculation
+myu=D_10^2/D_10_liquid^2
+mprintf("The refractive index of the liquid is = %1.3f",myu)