summaryrefslogtreecommitdiff
path: root/446/CH11/EX11.2/11_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '446/CH11/EX11.2/11_2.sce')
-rwxr-xr-x446/CH11/EX11.2/11_2.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/446/CH11/EX11.2/11_2.sce b/446/CH11/EX11.2/11_2.sce
new file mode 100755
index 000000000..9e31a50c2
--- /dev/null
+++ b/446/CH11/EX11.2/11_2.sce
@@ -0,0 +1,8 @@
+clear
+clc
+disp('Exa-11.2');
+a=3.61;// amount of energy required to remove an electron from Cl- ion
+b=-5.14 //amount of energy returned when an electron is added to Na+ ion\
+c=7.98 //binding energy of NaCl atom
+E=a+b+c //suom of all the energies
+printf('The net energy to be supplied is %.3f eV',E); \ No newline at end of file