summaryrefslogtreecommitdiff
path: root/1535/CH3/EX3.6
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1535/CH3/EX3.6
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 '1535/CH3/EX3.6')
-rwxr-xr-x1535/CH3/EX3.6/Ch03Ex6.sci10
1 files changed, 10 insertions, 0 deletions
diff --git a/1535/CH3/EX3.6/Ch03Ex6.sci b/1535/CH3/EX3.6/Ch03Ex6.sci
new file mode 100755
index 000000000..1c0369e2d
--- /dev/null
+++ b/1535/CH3/EX3.6/Ch03Ex6.sci
@@ -0,0 +1,10 @@
+// Scilab Code Ex3.6 : Page-72 (2010)
+lambda = 5900e-008; // Wavelength of monochromatic lihgt used, m
+t = 0.010e-01; // Spacer thickness, cm
+l = 10; // Wedge length, cm
+theta = t/l; // Angle of the wedge, rad
+beta = lambda/(2*theta); // Fringe width, cm
+printf("\nThe separation between consecutive bright fringes = %5.3e cm", beta);
+
+// Result
+// The separation between consecutive bright fringes = 2.950e-001 cm \ No newline at end of file