summaryrefslogtreecommitdiff
path: root/3557/CH4/EX4.8/Ex4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH4/EX4.8/Ex4_8.sce')
-rw-r--r--3557/CH4/EX4.8/Ex4_8.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3557/CH4/EX4.8/Ex4_8.sce b/3557/CH4/EX4.8/Ex4_8.sce
new file mode 100644
index 000000000..f77a3b3ec
--- /dev/null
+++ b/3557/CH4/EX4.8/Ex4_8.sce
@@ -0,0 +1,11 @@
+//Example 4.8//
+a=0.404;//nm //lattice parameter
+b=1;// lowest-angle
+d111=a/sqrt(b^2+b^2+b^2)
+mprintf("d111 = %f nm",d111)
+l=3.7*10^-3;//nm //nanometer
+c=2;//given
+thetha=asind(l/(c*d111))
+mprintf("\nthetha = %f degree",thetha)
+t=2*thetha
+mprintf("\nt = %f degree",t)