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 --- 3875/CH11/EX11.8/11_8.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 3875/CH11/EX11.8/11_8.sce (limited to '3875/CH11/EX11.8/11_8.sce') diff --git a/3875/CH11/EX11.8/11_8.sce b/3875/CH11/EX11.8/11_8.sce new file mode 100644 index 000000000..73c0ff0ba --- /dev/null +++ b/3875/CH11/EX11.8/11_8.sce @@ -0,0 +1,12 @@ +clc; +clear; +OA=0.121 //cell parameter in nm +OB=0.184 //cell parameter in nm +OC=0.197 //cell parameter in nm +OA_by_OB=3/2 //ratio of fractional intercepts +OA_by_OC=1/2 //ratio of fractional intercepts + +//calculation +OB=((2/3)*OB) +OC=(2)*OC +mprintf("The intercepts along along the y and the z axes is = %1.3f nm and %1.3f nm",OB,OC) -- cgit