summaryrefslogtreecommitdiff
path: root/3537/CH3/EX3.2/Ex3_2.sce
blob: 18bf5af190b741d8f78d1c7aeca8e824d4e80cb6 (plain)
1
2
3
4
5
6
7
8
9
//Example 3_2
clc();
clear;
//To calculate the thickness of the quarter wave plate for sodium light
lemda=589*10^-9                      //units in meters
ue=1.553
u0=1.544
t=lemda/(4*(ue-u0))
printf("Thickness of quartz half wave plate is %f mm",t)