summaryrefslogtreecommitdiff
path: root/3020/CH7/EX7.8/ex7_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3020/CH7/EX7.8/ex7_8.sce')
-rwxr-xr-x3020/CH7/EX7.8/ex7_8.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3020/CH7/EX7.8/ex7_8.sce b/3020/CH7/EX7.8/ex7_8.sce
new file mode 100755
index 000000000..390ab9adb
--- /dev/null
+++ b/3020/CH7/EX7.8/ex7_8.sce
@@ -0,0 +1,7 @@
+clc;
+clear all;
+lambda1 = 5890e-10; // Wavelength of D2 line in meters
+lambda2 = 5896e-10; // Wavelength of D1 line in meters
+delta = lambda2-lambda1;
+d = (lambda1*lambda2)/(2*delta);
+disp('m',d,'The two spectral lines of the sodium lines are resolved when d is')