From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3557/CH3/EX3.18/Ex3_18.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3557/CH3/EX3.18/Ex3_18.sce (limited to '3557/CH3/EX3.18') diff --git a/3557/CH3/EX3.18/Ex3_18.sce b/3557/CH3/EX3.18/Ex3_18.sce new file mode 100644 index 000000000..84c99f241 --- /dev/null +++ b/3557/CH3/EX3.18/Ex3_18.sce @@ -0,0 +1,9 @@ +//Example 3.18// +rsi=0.117;//nm //atomic radius of silicon (From appendix 2) +a=8;//given // (a is obtain by cross multiplication) +l= a*rsi//nm //body diagonal length +mprintf("l = %f nm",l) +//the linear density +b=2;//atoms //From the figure 3.23 there are two atoms per lattice point therefore we choose value 2 atoms in linear density +ld=b/l +mprintf("\n ld = %f atoms/nm",ld) -- cgit