summaryrefslogtreecommitdiff
path: root/2780/CH4/EX4.14/Ex4_14.sce
blob: 9bc3738900511a1d69d99ca10dd3e502f8da30ef (plain)
1
2
3
4
5
6
7
8
9
clc
//to calculate rotation of plane of polarisation of light
mur=1.53914
                //refractive index
mul=1.53920
lambda=6.5*10^-5 //wavelength in cm
d=0.02 //distance in cm
thetaR=180*(mul-mur)*d/lambda
disp("rotation of plane of polarisation of light is thetaR="+string(thetaR)+"degree")