diff options
Diffstat (limited to '1826/CH2/EX2.5')
-rwxr-xr-x | 1826/CH2/EX2.5/ex2_5.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1826/CH2/EX2.5/ex2_5.sce b/1826/CH2/EX2.5/ex2_5.sce new file mode 100755 index 000000000..2245e92c2 --- /dev/null +++ b/1826/CH2/EX2.5/ex2_5.sce @@ -0,0 +1,10 @@ +// Example 2.5, page no-31
+clear
+clc
+lam=1.5418*10^-10//m
+theta=30//in degrees
+h=1
+k=1
+l=1
+a=lam*sqrt(h^2+k^2+l^2)/(2*sin(theta*%pi/180))
+printf("The lattice constant is %.4f *10^-10 m",a*10^10)
|