From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3869/CH1/EX1.34/Ex1_34.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3869/CH1/EX1.34/Ex1_34.sce (limited to '3869/CH1/EX1.34') diff --git a/3869/CH1/EX1.34/Ex1_34.sce b/3869/CH1/EX1.34/Ex1_34.sce new file mode 100644 index 000000000..4c02b2552 --- /dev/null +++ b/3869/CH1/EX1.34/Ex1_34.sce @@ -0,0 +1,14 @@ +clear +// +// +// + +//Variable declaration +D10=1.4 //diameter of 10th ring(cm) +D10_dash=1.27 //changed diameter of 10th ring(cm) + +//Calculation +mew=(D10**2)/(D10_dash**2) //refractive index of the liquid + +//Result +printf("\n refractive index of the liquid is %0.3f ",mew) -- cgit