summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.8/Ex1_8.sce
blob: aaf2d0de7fb880beb3c98935a28d7452975e6ba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)