diff options
Diffstat (limited to '3557/CH3/EX3.18/Ex3_18.sce')
-rw-r--r-- | 3557/CH3/EX3.18/Ex3_18.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3557/CH3/EX3.18/Ex3_18.sce b/3557/CH3/EX3.18/Ex3_18.sce new file mode 100644 index 000000000..84c99f241 --- /dev/null +++ b/3557/CH3/EX3.18/Ex3_18.sce @@ -0,0 +1,9 @@ +//Example 3.18//
+rsi=0.117;//nm //atomic radius of silicon (From appendix 2)
+a=8;//given // (a is obtain by cross multiplication)
+l= a*rsi//nm //body diagonal length
+mprintf("l = %f nm",l)
+//the linear density
+b=2;//atoms //From the figure 3.23 there are two atoms per lattice point therefore we choose value 2 atoms in linear density
+ld=b/l
+mprintf("\n ld = %f atoms/nm",ld)
|