summaryrefslogtreecommitdiff
path: root/3869/CH3/EX3.3
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH3/EX3.3')
-rw-r--r--3869/CH3/EX3.3/Ex3_3.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH3/EX3.3/Ex3_3.sce b/3869/CH3/EX3.3/Ex3_3.sce
new file mode 100644
index 000000000..d60cd5daf
--- /dev/null
+++ b/3869/CH3/EX3.3/Ex3_3.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+lamda=600*10**-9 //wavelength(m)
+mewe=1.5533 //refractive index of e-ray
+mew0=1.5442 //refractive index of o-ray
+
+//Calculation
+t=lamda/(4*(mewe-mew0)) //thickness of quartz half wave plate(m)
+
+//Result
+printf("\n thickness of quartz half wave plate is %0.4f mm",t/10**-3)