diff options
Diffstat (limited to '3526/CH4/EX4.4/EX4_4.sce')
-rw-r--r-- | 3526/CH4/EX4.4/EX4_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3526/CH4/EX4.4/EX4_4.sce b/3526/CH4/EX4.4/EX4_4.sce new file mode 100644 index 000000000..b88232c14 --- /dev/null +++ b/3526/CH4/EX4.4/EX4_4.sce @@ -0,0 +1,10 @@ +//page 96
+clc;funcprot(0);//EXAMPLE 4.4
+// Initialisation of Variable
+a0=0.396;.........//Lattice parameter of magnesium oxide
+h=1;..............//Because b is a [110] direction
+k=1;..............//Because b is a [110] direction
+l=0;............//Because b is a [110] direction
+//CALCULATIONS
+b=a0/sqrt(2);..........//The length of Burgers vector in nm
+disp(b,"The length of Burgers vector in nm:")
|