summaryrefslogtreecommitdiff
path: root/3869/CH3/EX3.2/Ex3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH3/EX3.2/Ex3_2.sce')
-rw-r--r--3869/CH3/EX3.2/Ex3_2.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH3/EX3.2/Ex3_2.sce b/3869/CH3/EX3.2/Ex3_2.sce
new file mode 100644
index 000000000..d10be7090
--- /dev/null
+++ b/3869/CH3/EX3.2/Ex3_2.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+lamda=589*10**-9 //wavelength(m)
+mewe=1.553 //refractive index of e-ray
+mew0=1.544 //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)