diff options
Diffstat (limited to '3718/CH7/EX7.11/Ex7_11.sce')
-rw-r--r-- | 3718/CH7/EX7.11/Ex7_11.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3718/CH7/EX7.11/Ex7_11.sce b/3718/CH7/EX7.11/Ex7_11.sce new file mode 100644 index 000000000..eb59b900c --- /dev/null +++ b/3718/CH7/EX7.11/Ex7_11.sce @@ -0,0 +1,8 @@ +//Chapter 7: Solid State
+//Problem: 11
+clc;
+
+mprintf("AB remain in BCC structure if the edge length is a then body diagonal ,is root(3)a\n")
+mprintf(" root(3)a = 2(r+ + r-)\n")
+A = (sqrt(3) * 0.4123 - 2 * 0.81) / 2
+mprintf(" A+ = %.2f nm",A)
|