diff options
Diffstat (limited to '3828/CH3/EX3.5/Ex3_5.sce')
-rw-r--r-- | 3828/CH3/EX3.5/Ex3_5.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3828/CH3/EX3.5/Ex3_5.sce b/3828/CH3/EX3.5/Ex3_5.sce new file mode 100644 index 000000000..12075e8f9 --- /dev/null +++ b/3828/CH3/EX3.5/Ex3_5.sce @@ -0,0 +1,15 @@ +//Chapter 3 : Polarization + +clear; + +//Variable declaration +lamda=6000*10**-8 //wavelength +no=1.54 //refractive index of O-ray +ne=1.55 //refractive index of E-ray + +//Calculations +t=lamda/(6*(ne-no)) + +//Result +mprintf("Thickness of a quarterwave plate= %f",t) + |