summaryrefslogtreecommitdiff
path: root/1694/CH1/EX1.20/EX1_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH1/EX1.20/EX1_20.sce')
-rw-r--r--1694/CH1/EX1.20/EX1_20.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1694/CH1/EX1.20/EX1_20.sce b/1694/CH1/EX1.20/EX1_20.sce
new file mode 100644
index 000000000..66152fb91
--- /dev/null
+++ b/1694/CH1/EX1.20/EX1_20.sce
@@ -0,0 +1,13 @@
+clear;
+clc;
+printf("\nEx1.20\n");
+//page no.-33
+//given
+a=2.9*10^-10;......//lattice constant in m
+M=55.85;........//atomic wt. of Ge
+N=6.02*10^26;....//avagadro no.
+rho=7870;........//density in Kg/m^3
+
+n=(a^3*rho*N)/M........//no. of atoms per unit cell
+
+printf("\nNo. of atoms per unit cell is 2 \n");