diff options
Diffstat (limited to '3756/CH1/EX1.9')
-rw-r--r-- | 3756/CH1/EX1.9/Ex1_9.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH1/EX1.9/Ex1_9.sce b/3756/CH1/EX1.9/Ex1_9.sce new file mode 100644 index 000000000..7e0eb52f0 --- /dev/null +++ b/3756/CH1/EX1.9/Ex1_9.sce @@ -0,0 +1,15 @@ +clc +// +// +// + +//Variable declaration +d=0.75 //slit separation +Beta=0.087*10**-3 //Fringe width + + +//Calculations +Beta2=Beta*10**3/d + +//Result +printf("\n The fringe width would become %0.3f mm",Beta2) |