diff options
Diffstat (limited to '3756/CH3/EX3.9/Ex3_9.sce')
-rw-r--r-- | 3756/CH3/EX3.9/Ex3_9.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3756/CH3/EX3.9/Ex3_9.sce b/3756/CH3/EX3.9/Ex3_9.sce new file mode 100644 index 000000000..f897e0837 --- /dev/null +++ b/3756/CH3/EX3.9/Ex3_9.sce @@ -0,0 +1,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) |