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.41/Ex1_41.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3869/CH1/EX1.41/Ex1_41.sce (limited to '3869/CH1/EX1.41') diff --git a/3869/CH1/EX1.41/Ex1_41.sce b/3869/CH1/EX1.41/Ex1_41.sce new file mode 100644 index 000000000..2617bd703 --- /dev/null +++ b/3869/CH1/EX1.41/Ex1_41.sce @@ -0,0 +1,15 @@ +clear +// +// +// + +//Variable declaration +D=80 //separation between screen and slit(cm) +d=0.1 //separation between slits(cm) +beta1=0.04 //fringe width(cm) + +//Calculation +lamda=beta1*d/D //wavelength(cm) + +//Result +printf("\n wavelength is %0.0f angstrom",lamda*10**8) -- cgit