diff options
Diffstat (limited to '3869/CH7/EX7.13/Ex7_13.sce')
-rw-r--r-- | 3869/CH7/EX7.13/Ex7_13.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH7/EX7.13/Ex7_13.sce b/3869/CH7/EX7.13/Ex7_13.sce new file mode 100644 index 000000000..73b727976 --- /dev/null +++ b/3869/CH7/EX7.13/Ex7_13.sce @@ -0,0 +1,15 @@ +clear +// +// +// + +//Variable declaration +lamda=0.12 //wavelength(nm) +n=2 //order +theta=28*%pi/180 //glancing angle(radian) + +//Calculation +d=n*lamda/(2*sin(theta)) //interplanar spacing(nm) + +//Result +printf("\n interplanar spacing is %0.2f nm",d) |