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.16/Ex4_16.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3875/CH4/EX4.16/Ex4_16.sce (limited to '3875/CH4/EX4.16/Ex4_16.sce') diff --git a/3875/CH4/EX4.16/Ex4_16.sce b/3875/CH4/EX4.16/Ex4_16.sce new file mode 100644 index 000000000..fca7af854 --- /dev/null +++ b/3875/CH4/EX4.16/Ex4_16.sce @@ -0,0 +1,11 @@ +clc; +clear; +alpha=0.01 //wedge angle in radian +lambda=6000*10^-10 //wavelength in m +n=10 //the fringe observed + +//calculation +x=((2*n-1)*lambda)/4*alpha + +mprintf("The distance at which the 10th fringe will be obtained from the edge of the wedge is =%1.2e m",x) +//The answer provided in the textbook is wrong. -- cgit