summaryrefslogtreecommitdiff
path: root/1694/CH1/EX1.10/EX1_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH1/EX1.10/EX1_10.sce')
-rw-r--r--1694/CH1/EX1.10/EX1_10.sce17
1 files changed, 17 insertions, 0 deletions
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");