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