summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.48/Ex1_48.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH1/EX1.48/Ex1_48.sce')
-rw-r--r--3869/CH1/EX1.48/Ex1_48.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3869/CH1/EX1.48/Ex1_48.sce b/3869/CH1/EX1.48/Ex1_48.sce
new file mode 100644
index 000000000..5ca006e97
--- /dev/null
+++ b/3869/CH1/EX1.48/Ex1_48.sce
@@ -0,0 +1,14 @@
+clear
+//
+//
+//
+
+//Variable declaration
+D8=1.42 //diameter of 8th ring(cm)
+D8dash=1.25 //changed diameter of 8th ring(cm)
+
+//Calculation
+mew=D8**2/D8dash**2 //refractive index of liquid
+
+//Result
+printf("\n refractive index of liquid is %0.2f ",mew)