summaryrefslogtreecommitdiff
path: root/3756/CH3/EX3.9/Ex3_9.sce
blob: f897e08372b158ce2c839bd7d50cf8e0733a19e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clc
//
//
//

//Variable declaration
lambdaa=5000*10**-10      //Wavelength
muo=1.5418               //Refractive index of ordinary rays
mue=1.5508               //Refractive index of extra ordinary rays
t=0.032*10**-3                //thickness

//Calculations
orot=((2*(t*(mue-muo)))/lambdaa)

//Result
printf("\n The Amount of optical rotation produced is %i radians",orot)