diff options
Diffstat (limited to '3875/CH11/EX11.10')
-rw-r--r-- | 3875/CH11/EX11.10/11_10.sce | 10 | ||||
-rw-r--r-- | 3875/CH11/EX11.10/11_10.txt | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/3875/CH11/EX11.10/11_10.sce b/3875/CH11/EX11.10/11_10.sce new file mode 100644 index 000000000..012bfb76b --- /dev/null +++ b/3875/CH11/EX11.10/11_10.sce @@ -0,0 +1,10 @@ +clc;
+clear;
+lambda=0.12 //wavelength in nm
+tetha=28 //Braggs angle in degree
+n=2 //second order reflection
+
+//calculation
+d=(n*lambda)/(2*sind(28))
+
+mprintf("The interplanar spacing of the reflecting planes of the crystal is = %1.2f nm",d)
diff --git a/3875/CH11/EX11.10/11_10.txt b/3875/CH11/EX11.10/11_10.txt new file mode 100644 index 000000000..7ac64ef68 --- /dev/null +++ b/3875/CH11/EX11.10/11_10.txt @@ -0,0 +1 @@ + The interplanar spacing of the reflecting planes of the crystal is = 0.26 nm
\ No newline at end of file |