diff options
Diffstat (limited to '3869/CH1/EX1.13/Ex1_13.sce')
-rw-r--r-- | 3869/CH1/EX1.13/Ex1_13.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3869/CH1/EX1.13/Ex1_13.sce b/3869/CH1/EX1.13/Ex1_13.sce new file mode 100644 index 000000000..ab53d7005 --- /dev/null +++ b/3869/CH1/EX1.13/Ex1_13.sce @@ -0,0 +1,16 @@ +clear +// +// +// + +//Variable declaration +x=15 //distance(cm) +d=0.005 //diameter(cm) +lamda=6000*10**-8 //wavelength(cm) + +//Calculation +alpha=d/x //angle(radian) +beta1=lamda/(2*alpha) //fringe width(cm) + +//Result +printf("\n fringe width is %0.3f cm",beta1) |