summaryrefslogtreecommitdiff
path: root/1271/CH3/EX3.7
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1271/CH3/EX3.7
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1271/CH3/EX3.7')
-rwxr-xr-x1271/CH3/EX3.7/7.txt1
-rwxr-xr-x1271/CH3/EX3.7/example3_7.sce8
2 files changed, 9 insertions, 0 deletions
diff --git a/1271/CH3/EX3.7/7.txt b/1271/CH3/EX3.7/7.txt
new file mode 100755
index 000000000..1d8d7525b
--- /dev/null
+++ b/1271/CH3/EX3.7/7.txt
@@ -0,0 +1 @@
+ Ratio between transmitted intensity to incident intensity = 0.250000 \ No newline at end of file
diff --git a/1271/CH3/EX3.7/example3_7.sce b/1271/CH3/EX3.7/example3_7.sce
new file mode 100755
index 000000000..064340408
--- /dev/null
+++ b/1271/CH3/EX3.7/example3_7.sce
@@ -0,0 +1,8 @@
+clc
+// Given that
+alpha = %pi / 3 // angle between polarizer and analyzer
+// Sample Problem 7 on page no. 3.25
+printf("\n # PROBLEM 7 # \n")
+r = (cos(alpha))^2 // where r = transmitted intensity / incident intensity
+printf("\n Standard formula used \n r = (cos(alpha))^2. \n")
+printf("\n Ratio between transmitted intensity to incident intensity = %f ",r)