From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3840/CH1/EX1.3/Ex1_3.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3840/CH1/EX1.3/Ex1_3.sce (limited to '3840/CH1/EX1.3') diff --git a/3840/CH1/EX1.3/Ex1_3.sce b/3840/CH1/EX1.3/Ex1_3.sce new file mode 100644 index 000000000..a8009fe28 --- /dev/null +++ b/3840/CH1/EX1.3/Ex1_3.sce @@ -0,0 +1,17 @@ +clear +// +// +// + +//Variable declaration +e=1.602*10**-19 //charge(coulomb) +epsilon0=8.85*10**-12 +r0=0.281*10**-9 //equilibrium distance(m) +alphaM=1.748 //madelung constant +n=9 //born constant + +//Calculation +CE=-alphaM*e**2*((n-1)/n)/(4*e*%pi*epsilon0*r0) //cohesive energy per molecule(eV) + +//Result +printf("\n cohesive energy per atom is %0.3f eV",CE) -- cgit