summaryrefslogtreecommitdiff
path: root/3718/CH7/EX7.11/Ex7_11.sce
blob: eb59b900c39bfe184fd8b37e90622f38fb049415 (plain)
1
2
3
4
5
6
7
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)