summaryrefslogtreecommitdiff
path: root/2780/CH4/EX4.5/Ex4_5.sce
blob: 98b1e07bd9fdf2d10bf519e6111bda19ab247482 (plain)
1
2
3
4
5
6
7
8
clc
//to calculate thickness of quarter wave plate
lambda=5.890*10^-5 //wavelength of light in cm
mue=1.553
              //refractive index
muo=1.544
t=lambda/(4*(mue-muo)) 
disp("thickness of quarter wave plate is t="+string(t)+"cm")