diff options
Diffstat (limited to '3526/CH4/EX4.5/EX4_5.sce')
-rw-r--r-- | 3526/CH4/EX4.5/EX4_5.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3526/CH4/EX4.5/EX4_5.sce b/3526/CH4/EX4.5/EX4_5.sce new file mode 100644 index 000000000..f1caaefd1 --- /dev/null +++ b/3526/CH4/EX4.5/EX4_5.sce @@ -0,0 +1,9 @@ +//page 97
+clc;funcprot(0);//EXAMPLE 4.5
+// Initialisation of Variables
+a01=0.36151;......//The lattice parameter of copper in nm
+//CALCULATIONS
+F=sqrt(2)*a01;........//Face Diagonal of copperin nm
+b=(1/2)*(F);..........//The length of the Burgers vector, or the repeat distance in nm
+disp(F,"Face Diagonal of copperin nm:")
+disp(b,"The length of the Burgers vector in nm:")
|