diff options
Diffstat (limited to '1172/CH1/EX1.29')
-rwxr-xr-x | 1172/CH1/EX1.29/1_29.txt | 4 | ||||
-rwxr-xr-x | 1172/CH1/EX1.29/Example1_29.sce | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/1172/CH1/EX1.29/1_29.txt b/1172/CH1/EX1.29/1_29.txt new file mode 100755 index 000000000..74c6c7cd9 --- /dev/null +++ b/1172/CH1/EX1.29/1_29.txt @@ -0,0 +1,4 @@ +
+ Standard formula used is
+ lambda= 2t(mu_e-mu_o)
+Thickness of half wave plate of quartz is 3.272222e-03 cm.
\ No newline at end of file diff --git a/1172/CH1/EX1.29/Example1_29.sce b/1172/CH1/EX1.29/Example1_29.sce new file mode 100755 index 000000000..3c3dcd310 --- /dev/null +++ b/1172/CH1/EX1.29/Example1_29.sce @@ -0,0 +1,10 @@ +clc
+// Given That
+theta = 60 // angle between plane of vibration of incident beam with optic axis
+
+//Sample Problem 29 Page No. 859
+printf("\n # Problem 29 # \n ")
+printf("Standard formula used is \n I = A^2*cos^2(theta) \n")
+ratio = (tan(theta*%pi /180))^2 // ratio of extraordinary and aordinary intensites
+printf("Ratio of extraordinary and ordinary intensites is %f .", ratio)
+
|