summaryrefslogtreecommitdiff
path: root/3526/CH3/EX3.4/EX3_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3526/CH3/EX3.4/EX3_4.sce')
-rw-r--r--3526/CH3/EX3.4/EX3_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3526/CH3/EX3.4/EX3_4.sce b/3526/CH3/EX3.4/EX3_4.sce
new file mode 100644
index 000000000..c4ede0491
--- /dev/null
+++ b/3526/CH3/EX3.4/EX3_4.sce
@@ -0,0 +1,12 @@
+//page 57
+clc;funcprot(0);//EXAMPLE 3.4
+// Initialisation of Variables
+a0=2.866*10^-8;..........//Lattice constant for BCC iron cells in cm
+m=55.847;..........//Atomic mass of iron in g/mol
+Na=6.02*10^23;......//Avogadro’s number in atoms/mol
+n=2;.........//number of atoms per cell in BCC iron
+//CALCULATIONS
+v=a0^3;........//Volume of unit cell for BCC iron in cm^3/cell
+rho=(n*m)/(v*Na);.......//Density of BCC iron
+disp(v,"Volume of unit cell for BCC iron in cm^3/cell:")
+disp(rho,"Density of BCC iron in g/cm^3:")