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.16 | |
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.16')
-rwxr-xr-x | 1664/CH6/EX6.16/Ex6_16.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1664/CH6/EX6.16/Ex6_16.sce b/1664/CH6/EX6.16/Ex6_16.sce new file mode 100755 index 000000000..8c4bb5269 --- /dev/null +++ b/1664/CH6/EX6.16/Ex6_16.sce @@ -0,0 +1,13 @@ +
+// Example No.6.16.
+// Page No.192.
+//To find the miller indices.
+clc;clear;
+disp('i)Ratio of the intercepts are 0.214 : 1 : 0.188');
+disp('Miller indices for the given plane is (212)');
+disp('ii)Ratio of the intercepts are 0.858 : 1 : 0.754');
+disp('Miller indices for the given plane is (121)');
+disp('iii)Ratio of the intercepts are 0.429 : infinity : 0.126');
+disp('Miller indices for the given plane is (103)');
+
+//There are no numerical computations involved in this example and hence the display statement has been typed directly.
|