diff options
Diffstat (limited to '3875/CH4/EX4.15/Ex4_15.sce')
-rw-r--r-- | 3875/CH4/EX4.15/Ex4_15.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3875/CH4/EX4.15/Ex4_15.sce b/3875/CH4/EX4.15/Ex4_15.sce new file mode 100644 index 000000000..d582022cf --- /dev/null +++ b/3875/CH4/EX4.15/Ex4_15.sce @@ -0,0 +1,12 @@ +clc;
+clear;
+d=0.05*10^-3 //diameter of the wire in m
+D=15 //distance between the glass plates and the edge in cm
+lambda=6000*10^-10 //wavelength in m
+
+
+//calculation
+alpha=d/D //wedge angle in radian
+Beta=lambda/(2*alpha)
+
+mprintf("The fringe width is = %1.2f cm",Beta)
|