summaryrefslogtreecommitdiff
path: root/1586/CH3/EX3.1
diff options
context:
space:
mode:
Diffstat (limited to '1586/CH3/EX3.1')
-rw-r--r--1586/CH3/EX3.1/EXP3_1.jpgbin0 -> 182497 bytes
-rw-r--r--1586/CH3/EX3.1/EXP3_1.sce12
2 files changed, 12 insertions, 0 deletions
diff --git a/1586/CH3/EX3.1/EXP3_1.jpg b/1586/CH3/EX3.1/EXP3_1.jpg
new file mode 100644
index 000000000..7b7f9b3a7
--- /dev/null
+++ b/1586/CH3/EX3.1/EXP3_1.jpg
Binary files differ
diff --git a/1586/CH3/EX3.1/EXP3_1.sce b/1586/CH3/EX3.1/EXP3_1.sce
new file mode 100644
index 000000000..998f6e739
--- /dev/null
+++ b/1586/CH3/EX3.1/EXP3_1.sce
@@ -0,0 +1,12 @@
+clc;funcprot(0);//EXAMPLE 3.1
+// Initialisation of Variables
+Cn=8;......//No. of Corners of the Cubic Crystal Systems
+c=1;......//No. of centers of the Cubic Crystal Systems in BCC unit cell
+F=6;.......//No. of Faces of the Cubic Crystal Systems in FCC unit cell
+//CALCULATIONS
+N1=Cn/8;.....//No. of latice points per unit cell in SC unit cell
+N2=(Cn/8)+c*1;....//No. of latice points per unit cell in BCC unit cells
+N3=(Cn/8)+F*(1/2);....//No. of latice points per unit cell in FCC unit cells
+disp(N1,"No. of latice points per unit cell in SC unit cell:")
+disp(N2,"No. of latice points per unit cell in BCC unit cells:")
+disp(N3,"No. of latice points per unit cell in FCC unit cells:")