diff options
Diffstat (limited to '3537/CH3/EX3.2')
-rw-r--r-- | 3537/CH3/EX3.2/Ex3_2.sce | 9 | ||||
-rw-r--r-- | 3537/CH3/EX3.2/Ex3_2.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/3537/CH3/EX3.2/Ex3_2.sce b/3537/CH3/EX3.2/Ex3_2.sce new file mode 100644 index 000000000..18bf5af19 --- /dev/null +++ b/3537/CH3/EX3.2/Ex3_2.sce @@ -0,0 +1,9 @@ +//Example 3_2
+clc();
+clear;
+//To calculate the thickness of the quarter wave plate for sodium light
+lemda=589*10^-9 //units in meters
+ue=1.553
+u0=1.544
+t=lemda/(4*(ue-u0))
+printf("Thickness of quartz half wave plate is %f mm",t)
diff --git a/3537/CH3/EX3.2/Ex3_2.txt b/3537/CH3/EX3.2/Ex3_2.txt new file mode 100644 index 000000000..9840a4171 --- /dev/null +++ b/3537/CH3/EX3.2/Ex3_2.txt @@ -0,0 +1 @@ +Thickness of quartz half wave plate is 0.000016 mm
\ No newline at end of file |