summaryrefslogtreecommitdiff
path: root/3411/CH1/EX1.11/Ex1_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3411/CH1/EX1.11/Ex1_11.sce')
-rw-r--r--3411/CH1/EX1.11/Ex1_11.sce8
1 files changed, 8 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)