diff options
Diffstat (limited to '3526/CH3/EX3.13/EX3_13.sce')
-rw-r--r-- | 3526/CH3/EX3.13/EX3_13.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3526/CH3/EX3.13/EX3_13.sce b/3526/CH3/EX3.13/EX3_13.sce new file mode 100644 index 000000000..1cc2d0a9b --- /dev/null +++ b/3526/CH3/EX3.13/EX3_13.sce @@ -0,0 +1,10 @@ +//page 75
+clc;funcprot(0);//EXAMPLE 3.13
+// Initialisation of Variables
+r=1;............//Radius of each atom in units
+n=8;.........//No. of atoms present in Diamond cubic Silicon per cell
+//CALCULATIONS
+v=(4/3)*%pi*r^3;..........// Volume of each atom in Diamond cubic Silicon
+a0=(8*r)/sqrt(3);..........//Volume of unit cell in Diamond cubic Silicon
+Pf=(n*v)/a0^3;............//Packing factor of Diamond cubic Silicon
+disp(Pf,"Packing factor of Diamond cubic Silicon:")
|