diff options
Diffstat (limited to '3756/CH2/EX2.6/Ex2_6.sce')
-rw-r--r-- | 3756/CH2/EX2.6/Ex2_6.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH2/EX2.6/Ex2_6.sce b/3756/CH2/EX2.6/Ex2_6.sce new file mode 100644 index 000000000..e2a556d48 --- /dev/null +++ b/3756/CH2/EX2.6/Ex2_6.sce @@ -0,0 +1,15 @@ +clc +// +// +// + +//Variable declaration +y=5*10**-3 //First Minima +D=2 //Distance of screen +e=0.2*10**-3 //Slit width + +//Calculations +lambdaa=((e*y)/D)*10**10 + +//Result +printf("\n The Wavelength is %d Angstrom",lambdaa) |