diff options
Diffstat (limited to '3875/CH6/EX6.3/Ex6_3.sce')
-rw-r--r-- | 3875/CH6/EX6.3/Ex6_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3875/CH6/EX6.3/Ex6_3.sce b/3875/CH6/EX6.3/Ex6_3.sce new file mode 100644 index 000000000..8ac5afd12 --- /dev/null +++ b/3875/CH6/EX6.3/Ex6_3.sce @@ -0,0 +1,9 @@ +clc;
+clear;
+d=12.5*10^-6 //thickness of the quarter wave plate in m
+myu_diff=0.01 //difference in refractive indices
+
+//calculation
+
+lambda=d*4*(myu_diff)
+mprintf("The wavelength is = %1.0e m",lambda)
|