diff options
Diffstat (limited to '3411/CH5/EX5.11')
-rw-r--r-- | 3411/CH5/EX5.11/Ex5_11.sce | 7 | ||||
-rw-r--r-- | 3411/CH5/EX5.11/Ex5_11.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/3411/CH5/EX5.11/Ex5_11.sce b/3411/CH5/EX5.11/Ex5_11.sce new file mode 100644 index 000000000..f56c13965 --- /dev/null +++ b/3411/CH5/EX5.11/Ex5_11.sce @@ -0,0 +1,7 @@ +//Example 5_11
+clc();
+clear;
+//To determine the unitcell and its dimensions
+lamda=71 //units in pm
+a=lamda/(2*sqrt(0.0111)) //units in pm
+printf("The unitcell and its dimensions are %dpm",a)
diff --git a/3411/CH5/EX5.11/Ex5_11.txt b/3411/CH5/EX5.11/Ex5_11.txt new file mode 100644 index 000000000..d5e90c7e6 --- /dev/null +++ b/3411/CH5/EX5.11/Ex5_11.txt @@ -0,0 +1 @@ + The unitcell and its dimensions are 336pm
\ No newline at end of file |