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.31/Ex1_31.sce | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 3869/CH1/EX1.31/Ex1_31.sce (limited to '3869/CH1/EX1.31/Ex1_31.sce') diff --git a/3869/CH1/EX1.31/Ex1_31.sce b/3869/CH1/EX1.31/Ex1_31.sce new file mode 100644 index 000000000..d75d558fa --- /dev/null +++ b/3869/CH1/EX1.31/Ex1_31.sce @@ -0,0 +1,16 @@ +clear +// +// +// + +//Variable declaration +D5=0.336*10**-2 //diameter of 5th ring(m) +D15=0.59*10**-2 //diameter of 15th ring(m) +m=10 +R=1 //radius of curvature(m) + +//Calculation +lamda=((D15**2)-(D5**2))/(4*m*R) //wavelength of light(m) + +//Result +printf("\n wavelength of light is %0.0f nm",lamda*10**9) -- cgit