summaryrefslogtreecommitdiff
path: root/3020/CH7/EX7.10
diff options
context:
space:
mode:
Diffstat (limited to '3020/CH7/EX7.10')
-rwxr-xr-x3020/CH7/EX7.10/ex7_10.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3020/CH7/EX7.10/ex7_10.sce b/3020/CH7/EX7.10/ex7_10.sce
new file mode 100755
index 000000000..57671a1b6
--- /dev/null
+++ b/3020/CH7/EX7.10/ex7_10.sce
@@ -0,0 +1,6 @@
+clc;
+clear all;
+lambda = 5206e-10; // Wavelength of ight in meters
+d = 0.02603e-3; // Distance moved
+n = (2*d)/lambda; // Condition for interference is
+disp(' ',n,'The number of fringes shifted across wire is')