From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3840/CH3/EX3.5/Ex3_5.sce | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 3840/CH3/EX3.5/Ex3_5.sce (limited to '3840/CH3/EX3.5/Ex3_5.sce') diff --git a/3840/CH3/EX3.5/Ex3_5.sce b/3840/CH3/EX3.5/Ex3_5.sce new file mode 100644 index 000000000..930d51740 --- /dev/null +++ b/3840/CH3/EX3.5/Ex3_5.sce @@ -0,0 +1,18 @@ +clear +// +// +// + +//Variable declaration +n=1 //order +theta=38.2*%pi/180 //glancing angle(radian) +lamda=1.54 //wavelength(angstrom) +h=2 +k=2 +l=0 + +//Calculation +a=sqrt(h**2+k**2+l**2) +d=n*lamda*a/(2*sin(theta)) //lattice parameter(angstrom) + +//Result -- cgit