diff options
Diffstat (limited to '3756/CH1/EX1.6/Ex1_6.sce')
-rw-r--r-- | 3756/CH1/EX1.6/Ex1_6.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3756/CH1/EX1.6/Ex1_6.sce b/3756/CH1/EX1.6/Ex1_6.sce new file mode 100644 index 000000000..9ec6266b8 --- /dev/null +++ b/3756/CH1/EX1.6/Ex1_6.sce @@ -0,0 +1,16 @@ +clc +// +// +// + +//Variable declaration +D=1.1 //Distance from screen +lambdaa=5900*10**-10 //Wavelength +d=0.00174 //Fringe separation + + +//Calculations +Beta=(D*lambdaa*10**-1)/d + +//Result +printf("\n The Fringe width observed at a distance of 1m from BP is %1.1f *10**-5 m",Beta) |