summaryrefslogtreecommitdiff
path: root/3537/CH3/EX3.1
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH3/EX3.1')
-rw-r--r--3537/CH3/EX3.1/Ex3_1.sce9
-rw-r--r--3537/CH3/EX3.1/Ex3_1.txt1
2 files changed, 10 insertions, 0 deletions
diff --git a/3537/CH3/EX3.1/Ex3_1.sce b/3537/CH3/EX3.1/Ex3_1.sce
new file mode 100644
index 000000000..001f99696
--- /dev/null
+++ b/3537/CH3/EX3.1/Ex3_1.sce
@@ -0,0 +1,9 @@
+//Example 3_1
+clc();
+clear;
+//To calculate the thickness of a half wave plate
+lemda=500*10^-9 //units in meters
+ue=1.553
+u0=1.544
+t=(lemda/(2*(ue-u0)))*10^3
+printf("Thickness of quartz half wave plate is %.4f mm",t)
diff --git a/3537/CH3/EX3.1/Ex3_1.txt b/3537/CH3/EX3.1/Ex3_1.txt
new file mode 100644
index 000000000..701985ff0
--- /dev/null
+++ b/3537/CH3/EX3.1/Ex3_1.txt
@@ -0,0 +1 @@
+Thickness of quartz half wave plate is 0.0278 mm \ No newline at end of file