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 --- 3537/CH5/EX5.27/Ex5_27.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 3537/CH5/EX5.27/Ex5_27.sce (limited to '3537/CH5/EX5.27/Ex5_27.sce') diff --git a/3537/CH5/EX5.27/Ex5_27.sce b/3537/CH5/EX5.27/Ex5_27.sce new file mode 100644 index 000000000..ba07869e2 --- /dev/null +++ b/3537/CH5/EX5.27/Ex5_27.sce @@ -0,0 +1,6 @@ +//Example 5_27 +clc(); +clear; +//To identify unit cell and determine its dimensions +printf("We have the relation sin^(theta)=((lamda/(2*a))^2*(h^2+k^2+l^2))=(j*((lamda/(2*a))^2)") +printf("\n This can be used to Estimate the cell parameters and Indexing") -- cgit