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 --- 3537/CH1/EX1.51/Ex1_51.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3537/CH1/EX1.51/Ex1_51.sce (limited to '3537/CH1/EX1.51/Ex1_51.sce') diff --git a/3537/CH1/EX1.51/Ex1_51.sce b/3537/CH1/EX1.51/Ex1_51.sce new file mode 100644 index 000000000..c38726f5e --- /dev/null +++ b/3537/CH1/EX1.51/Ex1_51.sce @@ -0,0 +1,8 @@ +//Example 1_51 +clc(); +clear; +//To find the refraactive index of the liquid +D12air=1.45 //units in cm +D12liq=1.25 //units in cm +u=(D12air)^2/(D12liq)^2 +printf("Refractive index of the liquid is %.4f",u) -- cgit