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