diff options
Diffstat (limited to '3411/CH5/EX5.11/Ex5_11.sce')
-rw-r--r-- | 3411/CH5/EX5.11/Ex5_11.sce | 7 |
1 files changed, 7 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)
|