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 --- 3875/CH4/EX4.3/Ex4_3.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3875/CH4/EX4.3/Ex4_3.sce (limited to '3875/CH4/EX4.3/Ex4_3.sce') diff --git a/3875/CH4/EX4.3/Ex4_3.sce b/3875/CH4/EX4.3/Ex4_3.sce new file mode 100644 index 000000000..66468ad40 --- /dev/null +++ b/3875/CH4/EX4.3/Ex4_3.sce @@ -0,0 +1,13 @@ +clc; +clear; +D=0.82 //distance between the source and the screen in m +B=0.02 //distance between the source and the biprism in m +lambda=6900*10^-10 //wavelength in m +myu=1.5 //refractive index +alpha=%pi/180 //refracting angle in radian + +//calculation +d=2*(myu-1)*alpha*B //distance between sources in m +Beta=(lambda*D)/d + +mprintf("The fringe width is = %1.3e m",Beta) -- cgit