diff options
Diffstat (limited to '3020/CH8/EX8.2')
-rwxr-xr-x | 3020/CH8/EX8.2/ex8_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3020/CH8/EX8.2/ex8_2.sce b/3020/CH8/EX8.2/ex8_2.sce new file mode 100755 index 000000000..baa08d3ad --- /dev/null +++ b/3020/CH8/EX8.2/ex8_2.sce @@ -0,0 +1,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')
|