summaryrefslogtreecommitdiff
path: root/1535/CH3/EX3.5
diff options
context:
space:
mode:
Diffstat (limited to '1535/CH3/EX3.5')
-rwxr-xr-x1535/CH3/EX3.5/Ch03Ex5.sci10
1 files changed, 10 insertions, 0 deletions
diff --git a/1535/CH3/EX3.5/Ch03Ex5.sci b/1535/CH3/EX3.5/Ch03Ex5.sci
new file mode 100755
index 000000000..2e53c3d1b
--- /dev/null
+++ b/1535/CH3/EX3.5/Ch03Ex5.sci
@@ -0,0 +1,10 @@
+// Scilab Code Ex3.5 : Page-72 (2010)
+lambda = 5893e-008; // Wavelength of monochromatic lihgt used, m
+n = 10; // Number of fringe that are found in the distnace of 1 cm
+d = 1; // Distance of 10 fringes, cm
+beta = d/n; // Fringe width, cm
+theta = lambda/(2*beta); // Angle of the wedge, rad
+printf("\nThe angle of the wedge = %5.3e rad", theta);
+
+// Result
+// The angle of the wedge = 2.946e-004 rad \ No newline at end of file