summaryrefslogtreecommitdiff
path: root/3411/CH1/EX1.11
diff options
context:
space:
mode:
Diffstat (limited to '3411/CH1/EX1.11')
-rw-r--r--3411/CH1/EX1.11/Ex1_11.sce8
-rw-r--r--3411/CH1/EX1.11/Ex1_11.txt1
2 files changed, 9 insertions, 0 deletions
diff --git a/3411/CH1/EX1.11/Ex1_11.sce b/3411/CH1/EX1.11/Ex1_11.sce
new file mode 100644
index 000000000..a5e2eaadf
--- /dev/null
+++ b/3411/CH1/EX1.11/Ex1_11.sce
@@ -0,0 +1,8 @@
+//Example 1.11
+clc();
+clear;
+//To calculate refractive Index of liquid
+ d10=1.40
+ d_10=1.27
+ u=(d10/d_10)^2
+ printf("The refractive index of liquid is %.3f",u)
diff --git a/3411/CH1/EX1.11/Ex1_11.txt b/3411/CH1/EX1.11/Ex1_11.txt
new file mode 100644
index 000000000..77e40fa8b
--- /dev/null
+++ b/3411/CH1/EX1.11/Ex1_11.txt
@@ -0,0 +1 @@
+The refractive index of liquid is 1.215 \ No newline at end of file