diff options
Diffstat (limited to '3875/CH11/EX11.15/11_15.sce')
-rw-r--r-- | 3875/CH11/EX11.15/11_15.sce | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3875/CH11/EX11.15/11_15.sce b/3875/CH11/EX11.15/11_15.sce index 3f4a3e518..9c20a7091 100644 --- a/3875/CH11/EX11.15/11_15.sce +++ b/3875/CH11/EX11.15/11_15.sce @@ -8,7 +8,7 @@ k=0 //lattice parameter for y axis l=0 //lattice parameter for z axis
//calculations
-sin_square_theta=sind(theta)^2
+sin_square_theta=sind(theta)^2 //angle in degrees
alpha=(lambda/2)*((h^2+k^2+l^2)/sqrt(sin_square_theta))
-mprintf("alpha = %d pm",ceil(alpha))
+mprintf("The lattice constant is alpha = %d pm",ceil(alpha))
|