diff options
Diffstat (limited to '3756/CH2/EX2.7/Ex2_7.sce')
-rw-r--r-- | 3756/CH2/EX2.7/Ex2_7.sce | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/3756/CH2/EX2.7/Ex2_7.sce b/3756/CH2/EX2.7/Ex2_7.sce new file mode 100644 index 000000000..c3f6d29a7 --- /dev/null +++ b/3756/CH2/EX2.7/Ex2_7.sce @@ -0,0 +1,18 @@ +clc +// +// +// + +//Variable declaration +y=0.005 //First Minima +D=1 //Distance of screen +e=0.5*10**-2 //Slit width + +//Calculations +yd=(y/D) +sinyd=(sin(yd)) +lambdaa1=((e*sinyd)/4)*10**9 +lambdaa2=((e*sinyd)/5)*10**9 + +//Result +printf("\n The Wavelengths are %4.0f Angstrom & %4.0f Angstrom",lambdaa1,lambdaa2) |