diff options
Diffstat (limited to '3411/CH1/EX1.11')
-rw-r--r-- | 3411/CH1/EX1.11/Ex1_11.sce | 8 | ||||
-rw-r--r-- | 3411/CH1/EX1.11/Ex1_11.txt | 1 |
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 |