diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1664/CH6/EX6.13/Ex6_13.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1664/CH6/EX6.13/Ex6_13.sce')
-rwxr-xr-x | 1664/CH6/EX6.13/Ex6_13.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1664/CH6/EX6.13/Ex6_13.sce b/1664/CH6/EX6.13/Ex6_13.sce new file mode 100755 index 000000000..ff4e447e4 --- /dev/null +++ b/1664/CH6/EX6.13/Ex6_13.sce @@ -0,0 +1,13 @@ +
+// Example No.6.13.
+// Page No.191.
+//To find the nearest neighbour distance.
+clc;clear;
+disp('i)Simple cubic unit cell');
+disp('The nearest neighbour distance is a');//nearest neighbour distance.
+disp('ii)Body-centered cubic unit cell');
+disp('2r = (0.866)a');
+disp('iii)Face-centered cubic unit cell');
+disp('2r = (0.7071)a');
+
+//As there are no numerical steps and hence the display statement has been typed directly.
|