summaryrefslogtreecommitdiff
path: root/1271/CH20/EX20.12/example20_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '1271/CH20/EX20.12/example20_12.sce')
-rwxr-xr-x1271/CH20/EX20.12/example20_12.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1271/CH20/EX20.12/example20_12.sce b/1271/CH20/EX20.12/example20_12.sce
new file mode 100755
index 000000000..2f444d21a
--- /dev/null
+++ b/1271/CH20/EX20.12/example20_12.sce
@@ -0,0 +1,9 @@
+clc
+// Given that
+lambda = 1e-11 // K-absorption limit for uranium in m
+// Sample Problem 12 on page no. 20.10
+printf("\n # PROBLEM 12 # \n")
+printf("Standard formula used \n ")
+printf("lambda_min = 12400/V \n")
+V = 12400e-10 / lambda
+printf("\n Excitation potential is %d kV.",V/10^3)