summaryrefslogtreecommitdiff
path: root/1694/CH7/EX1.7/EX1_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH7/EX1.7/EX1_7.sce')
-rw-r--r--1694/CH7/EX1.7/EX1_7.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/1694/CH7/EX1.7/EX1_7.sce b/1694/CH7/EX1.7/EX1_7.sce
new file mode 100644
index 000000000..a554924df
--- /dev/null
+++ b/1694/CH7/EX1.7/EX1_7.sce
@@ -0,0 +1,16 @@
+clear;
+clc;
+printf("\nEx1.7\n");
+//page no.-9
+//given
+rho=2700;.......//density of potassium bromide in kg/m^3
+m=119;.........//molecular wt.
+n=4;...........//molecules per unit cell for F.C.C.
+N=6.02*10^26;...//avagadro no.
+
+M=(n*m)/N;..........//mass in each unit cell
+//as density=mass/volume, so volume is a^3
+
+a=(M/rho)^(1/3)......//lattice constant in Angstrom
+
+printf("\nlattice constant is 6.64 angstrom\n");