diff options
Diffstat (limited to '3875/CH11/EX11.8/11_8.sce')
-rw-r--r-- | 3875/CH11/EX11.8/11_8.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3875/CH11/EX11.8/11_8.sce b/3875/CH11/EX11.8/11_8.sce new file mode 100644 index 000000000..73c0ff0ba --- /dev/null +++ b/3875/CH11/EX11.8/11_8.sce @@ -0,0 +1,12 @@ +clc;
+clear;
+OA=0.121 //cell parameter in nm
+OB=0.184 //cell parameter in nm
+OC=0.197 //cell parameter in nm
+OA_by_OB=3/2 //ratio of fractional intercepts
+OA_by_OC=1/2 //ratio of fractional intercepts
+
+//calculation
+OB=((2/3)*OB)
+OC=(2)*OC
+mprintf("The intercepts along along the y and the z axes is = %1.3f nm and %1.3f nm",OB,OC)
|