diff options
Diffstat (limited to '3756/CH1/EX1.8/Ex1_8.sce')
-rw-r--r-- | 3756/CH1/EX1.8/Ex1_8.sce | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/3756/CH1/EX1.8/Ex1_8.sce b/3756/CH1/EX1.8/Ex1_8.sce new file mode 100644 index 000000000..aaf2d0de7 --- /dev/null +++ b/3756/CH1/EX1.8/Ex1_8.sce @@ -0,0 +1,18 @@ +clc +// +// +// + +//Variable declaration +D=1 //Distance from screen +mu=1.5 //refractive index of glass +a=0.5 //distance from slit +Beta=0.0135*10**-2 //Fringe width +alpha=0.0087 //angleof prism + + +//Calculations +lambdaa=(Beta*2*a*(mu-1)*alpha*10**10)/D + +//Result +printf("\n The Wavelength is %0.3f Angstrom",lambdaa) |