From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1694/CH1/EX1.10/EX1_10.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 1694/CH1/EX1.10/EX1_10.sce (limited to '1694/CH1/EX1.10') diff --git a/1694/CH1/EX1.10/EX1_10.sce b/1694/CH1/EX1.10/EX1_10.sce new file mode 100644 index 000000000..efbbc9358 --- /dev/null +++ b/1694/CH1/EX1.10/EX1_10.sce @@ -0,0 +1,17 @@ +clear; +clc; +printf("\nEx1.10\n"); +//page no.-12 +//given +r=1.278;..........//atomic radius of Cu +n=4;..............//molecules per unit cell for F.C.C. +N=6.023*10^23;...//avagadro no. +m=63.5;..........//atomic wt. of Cu + +M=(n*m)/N...........//mass of unit cell + +a=(4*r*10^-8)/sqrt(2).....//lattice constant in cm + +rho=M/a^3............//density of Cu in gm/c.c. + +printf("\ndensity of Cu crystal is 8.9 gm/c.c.\n"); -- cgit