diff options
Diffstat (limited to '3875/CH4/EX4.21/Ex4_21.sce')
-rw-r--r-- | 3875/CH4/EX4.21/Ex4_21.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3875/CH4/EX4.21/Ex4_21.sce b/3875/CH4/EX4.21/Ex4_21.sce new file mode 100644 index 000000000..e57549561 --- /dev/null +++ b/3875/CH4/EX4.21/Ex4_21.sce @@ -0,0 +1,9 @@ +clc;
+clear;
+X2_minus_X1=0.05896*10^-3 //displacement of mirror in m
+n=200 //no of fringes
+
+//calculation
+lambda=(2*X2_minus_X1)/n
+mprintf("The wavelength of the light is = %1.3e m",lambda)
+//The answer provided in the textbook is wrong.
|