summaryrefslogtreecommitdiff
path: root/2411/CH3/EX3.c.207/Ex3c_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2411/CH3/EX3.c.207/Ex3c_7.sce')
-rwxr-xr-x2411/CH3/EX3.c.207/Ex3c_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2411/CH3/EX3.c.207/Ex3c_7.sce b/2411/CH3/EX3.c.207/Ex3c_7.sce
new file mode 100755
index 000000000..22ba9799e
--- /dev/null
+++ b/2411/CH3/EX3.c.207/Ex3c_7.sce
@@ -0,0 +1,11 @@
+// Scilab Code Ex3c.7: Page-185 (2008)
+clc; clear;
+D = 1.2; // Distance between the source and the slit, m
+d = 7.5e-004; // Separation between the two slits, cm
+n = 20; // Number of fringes crossed in the field of view
+bita = 1.888e-002/n; // Fringe width, cm
+lambda = bita*d/D; // Wavelength of light, cm
+printf("\nThe wavelength of the light used in biprism experiment = %4d angstrom", lambda/1e-010);
+
+// Result
+// The wavelength of the light used in biprism experiment = 5900 angstrom \ No newline at end of file