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 --- 1985/CH13/EX13.3/Chapter13_example3.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1985/CH13/EX13.3/Chapter13_example3.sce (limited to '1985/CH13/EX13.3') diff --git a/1985/CH13/EX13.3/Chapter13_example3.sce b/1985/CH13/EX13.3/Chapter13_example3.sce new file mode 100755 index 000000000..c24fe0690 --- /dev/null +++ b/1985/CH13/EX13.3/Chapter13_example3.sce @@ -0,0 +1,14 @@ +clc +clear +//Input data +d=4*10^3//Density of CsCl in kg/m^3 +a1=132.9//Atomic weight of Cs +a2=35.5//Atomic weight of Cl +a=(4.12*10^-10)//Lattice constant in m + +//Calculations +m=(d*a^3)//Mass of the CsCl unit cell in kg +N=((a1+a2)/m)/10^26//Avagadro number in 10^26 per kg mole + +//Output +printf('The value of the Avagadro constant is %3.4f*10^26 per kg mole',N) -- cgit