summaryrefslogtreecommitdiff
path: root/3648/CH26/EX26.1/Ex26_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH26/EX26.1/Ex26_1.sce')
-rw-r--r--3648/CH26/EX26.1/Ex26_1.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3648/CH26/EX26.1/Ex26_1.sce b/3648/CH26/EX26.1/Ex26_1.sce
new file mode 100644
index 000000000..386b94777
--- /dev/null
+++ b/3648/CH26/EX26.1/Ex26_1.sce
@@ -0,0 +1,6 @@
+//Example 26_1
+clc();
+clear;
+//To find the ionization energy of the hydrogen atom
+e=13.6 //units in eV
+printf("The ionization energy of the hydrogen atom is E=%.1f eV",e)