summaryrefslogtreecommitdiff
path: root/3769/CH24/EX24.10
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH24/EX24.10')
-rw-r--r--3769/CH24/EX24.10/Ex24_10.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3769/CH24/EX24.10/Ex24_10.sce b/3769/CH24/EX24.10/Ex24_10.sce
new file mode 100644
index 000000000..d23b7de79
--- /dev/null
+++ b/3769/CH24/EX24.10/Ex24_10.sce
@@ -0,0 +1,9 @@
+clear
+//Given
+Rh=1.097*10**7
+
+//Calculation
+l=9/(8.0*Rh)
+
+//Result
+printf("\n Wavelength of second line is %0.0f A",l*10**10)