summaryrefslogtreecommitdiff
path: root/3875/CH6/EX6.2
diff options
context:
space:
mode:
Diffstat (limited to '3875/CH6/EX6.2')
-rw-r--r--3875/CH6/EX6.2/6_2.txt1
-rw-r--r--3875/CH6/EX6.2/Ex6_2.sce10
2 files changed, 11 insertions, 0 deletions
diff --git a/3875/CH6/EX6.2/6_2.txt b/3875/CH6/EX6.2/6_2.txt
new file mode 100644
index 000000000..8b7356046
--- /dev/null
+++ b/3875/CH6/EX6.2/6_2.txt
@@ -0,0 +1 @@
+ The thickness of the quarter wave plate is = 1.5e-05 m \ No newline at end of file
diff --git a/3875/CH6/EX6.2/Ex6_2.sce b/3875/CH6/EX6.2/Ex6_2.sce
new file mode 100644
index 000000000..7ec6d54ff
--- /dev/null
+++ b/3875/CH6/EX6.2/Ex6_2.sce
@@ -0,0 +1,10 @@
+clc;
+clear;
+lambda=6000*10^-10 //wavelength in m
+myu_0=1.554 //refractive index
+myu_e=1.544 //refractive index
+
+//calculation
+d=lambda/(4*(myu_0-myu_e))
+
+mprintf("The thickness of the quarter wave plate is = %1.1e m",d)