summaryrefslogtreecommitdiff
path: root/1586/CH4/EX4.5/EXP4_5.sce
blob: 5445bbf9594ed2933bd4023d53833aa75e735739 (plain)
1
2
3
4
5
6
7
8
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:")