summaryrefslogtreecommitdiff
path: root/3769/CH26/EX26.6/Ex26_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH26/EX26.6/Ex26_6.sce')
-rw-r--r--3769/CH26/EX26.6/Ex26_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3769/CH26/EX26.6/Ex26_6.sce b/3769/CH26/EX26.6/Ex26_6.sce
new file mode 100644
index 000000000..4142022d6
--- /dev/null
+++ b/3769/CH26/EX26.6/Ex26_6.sce
@@ -0,0 +1,9 @@
+clear
+//Given
+l=5890.0 //A
+
+//Calculation
+E=12400/l
+
+//Result
+printf("\n Minimum energy is %0.1f ev",E)