diff options
Diffstat (limited to '3875/CH11/EX11.10/11_10.sce')
-rw-r--r-- | 3875/CH11/EX11.10/11_10.sce | 10 |
1 files changed, 10 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)
|