diff options
Diffstat (limited to '3875/CH4/EX4.16/Ex4_16.sce')
-rw-r--r-- | 3875/CH4/EX4.16/Ex4_16.sce | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/3875/CH4/EX4.16/Ex4_16.sce b/3875/CH4/EX4.16/Ex4_16.sce index fca7af854..e4882cfef 100644 --- a/3875/CH4/EX4.16/Ex4_16.sce +++ b/3875/CH4/EX4.16/Ex4_16.sce @@ -5,7 +5,6 @@ lambda=6000*10^-10 //wavelength in m n=10 //the fringe observed
//calculation
-x=((2*n-1)*lambda)/4*alpha
+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.
+mprintf("The distance at which the 10th fringe will be obtained from the edge of the wedge is = %1.2e m",x)
|