summaryrefslogtreecommitdiff
path: root/3020/CH8/EX8.2/ex8_2.sce
blob: baa08d3ad9c48c193a6222486c479686a994ee49 (plain)
1
2
3
4
5
6
7
clc;
clear all;
ue = 1.553; // Refractive index of extraordinary ray
uo = 1.544; // Refractive index of the ordinary ray
lambda = 6e-7; // Wavelength of light in meters
t = lambda/(2*(ue-uo));
disp('m',t,'The thickness of the half wave plate is')