summaryrefslogtreecommitdiff
path: root/3411/CH5/EX5.11.u1
diff options
context:
space:
mode:
Diffstat (limited to '3411/CH5/EX5.11.u1')
-rw-r--r--3411/CH5/EX5.11.u1/Ex5_11_u1.sce7
-rw-r--r--3411/CH5/EX5.11.u1/Ex5_11_u1.txt1
2 files changed, 8 insertions, 0 deletions
diff --git a/3411/CH5/EX5.11.u1/Ex5_11_u1.sce b/3411/CH5/EX5.11.u1/Ex5_11_u1.sce
new file mode 100644
index 000000000..e98d92ef0
--- /dev/null
+++ b/3411/CH5/EX5.11.u1/Ex5_11_u1.sce
@@ -0,0 +1,7 @@
+//Example 5_11_u1
+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.u1/Ex5_11_u1.txt b/3411/CH5/EX5.11.u1/Ex5_11_u1.txt
new file mode 100644
index 000000000..d5e90c7e6
--- /dev/null
+++ b/3411/CH5/EX5.11.u1/Ex5_11_u1.txt
@@ -0,0 +1 @@
+ The unitcell and its dimensions are 336pm \ No newline at end of file