diff options
Diffstat (limited to '3869/CH1/EX1.42/Ex1_42.sce')
-rw-r--r-- | 3869/CH1/EX1.42/Ex1_42.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH1/EX1.42/Ex1_42.sce b/3869/CH1/EX1.42/Ex1_42.sce new file mode 100644 index 000000000..b80dbac81 --- /dev/null +++ b/3869/CH1/EX1.42/Ex1_42.sce @@ -0,0 +1,15 @@ +clear +// +// +// + +//Variable declaration +lamda=5000*10**-8 //wavelength(cm) +D=50 //separation between screen and slit(cm) +d=0.05 //separation between slits(cm) + +//Calculation +beta1=lamda*D/d //fringe width(cm) + +//Result +printf("\n fringe width is %0.3f cm",beta1) |