diff options
Diffstat (limited to '3753/CH7/EX7.1/Ex7_1.sce')
-rw-r--r-- | 3753/CH7/EX7.1/Ex7_1.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3753/CH7/EX7.1/Ex7_1.sce b/3753/CH7/EX7.1/Ex7_1.sce new file mode 100644 index 000000000..586133e73 --- /dev/null +++ b/3753/CH7/EX7.1/Ex7_1.sce @@ -0,0 +1,13 @@ + +//Example number 7.1, Page number 7.12 + +clc;clear;close + +// Variable declaration +R=poly([0],'R') +a=2*R // // unitless + +// Results +disp(1/a^2,"i)Number of atoms per unit area of (100)plane=") +disp(1/sqrt(2)*a^2,"ii)Number of atoms per unit area of (110)plane=") +disp(1/sqrt(3)*a^2,"iii)Number of atoms per unit area of (111)plane=") |