From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1664/CH6/EX6.16/Ex6_16.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 1664/CH6/EX6.16/Ex6_16.sce (limited to '1664/CH6/EX6.16/Ex6_16.sce') 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. -- cgit