summaryrefslogtreecommitdiff
path: root/3648/CH26/EX26.1/Ex26_1.sce
blob: 386b9477759ade57f1ec47854273c448975bf940 (plain)
1
2
3
4
5
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)