From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 821/CH4/EX4.37/4_37.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 821/CH4/EX4.37/4_37.sce (limited to '821/CH4/EX4.37/4_37.sce') diff --git a/821/CH4/EX4.37/4_37.sce b/821/CH4/EX4.37/4_37.sce new file mode 100755 index 000000000..3cacfab9c --- /dev/null +++ b/821/CH4/EX4.37/4_37.sce @@ -0,0 +1,13 @@ +MW=58.45;//Molar weight of NaCl in grams// +d=2.17;//density of NaCl in g/cc// +MV=MW/d;//Molar volume in cc// +printf('Molar Volume of NaCl=MV=%fcc',MV); +printf('\nThis must contain 6.023*10^23 NaCl units.\nIn one unit cell of NaCl there are 8 corner Na+ ions and 6 on the face centres.\nThe number of Na+ ions in one unit cell is 8*1/8+6*1/2=4.\nThere are 12Cl- ions on the edges,and one in the centre.\nThe number of Cl- ions are 12*1/4+1=4 '); +printf('\nThe volume of the unit cell containing 4 NaCl units=179*10^-24cc'); +a=5.63*10^-8;//unit cell length in cm// +printf('\nUnit cell length of NaCl crystal=a=5.63*10^-8cm'); +Id=a/2;//Interionic distance in cm// +printf('\nInterionic distance in the crystal=Id=2.815*10^-8cm'); +Q=5.9;//glancing angle in degrees// +L=2*Id*sin(Q*%pi/180)*10^8;//wavelenth in angstrums// +printf('\nWavelength of the Xrays used=L=%fAngstrums',L); -- cgit