From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3411/CH1/EX1.11/Ex1_11.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3411/CH1/EX1.11/Ex1_11.sce (limited to '3411/CH1/EX1.11/Ex1_11.sce') 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) -- cgit