diff options
Diffstat (limited to '2411/CH3/EX3.c.204/Ex3c_4.sce')
-rwxr-xr-x | 2411/CH3/EX3.c.204/Ex3c_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2411/CH3/EX3.c.204/Ex3c_4.sce b/2411/CH3/EX3.c.204/Ex3c_4.sce new file mode 100755 index 000000000..31b6e5abb --- /dev/null +++ b/2411/CH3/EX3.c.204/Ex3c_4.sce @@ -0,0 +1,10 @@ +// Scilab Code Ex3c.4: Page-184 (2008)
+clc; clear;
+d = 0.3; // Separation between the two slits, cm
+D = 60; // Distance between the source and the slit, cm
+lambda = 59e-006; // Wavelength of light, cm
+bita = lambda*D/d; // Fringe width, cm
+printf("\nThe fringe width = %4.2e cm", bita);
+
+// Result
+// The fringe width = 1.18e-002 cm
\ No newline at end of file |