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 --- 1026/CH9/EX9.6/Example9_6.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 1026/CH9/EX9.6/Example9_6.sce (limited to '1026/CH9/EX9.6') diff --git a/1026/CH9/EX9.6/Example9_6.sce b/1026/CH9/EX9.6/Example9_6.sce new file mode 100755 index 000000000..4089599f4 --- /dev/null +++ b/1026/CH9/EX9.6/Example9_6.sce @@ -0,0 +1,13 @@ +//chapter9,Example9_6,pg 239 + +a=3.615*10^-10 + +d111=a/sqrt(1+1+1)//for 111 plane + +theta=21.7*(%pi/180)//converting into radian + +lam=2*d111*sin(theta) + +printf("wavelength of X-rays\n") + +disp(lam) \ No newline at end of file -- cgit