summaryrefslogtreecommitdiff
path: root/3651/CH2/EX2.10/Ex2_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3651/CH2/EX2.10/Ex2_10.sce')
-rw-r--r--3651/CH2/EX2.10/Ex2_10.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3651/CH2/EX2.10/Ex2_10.sce b/3651/CH2/EX2.10/Ex2_10.sce
new file mode 100644
index 000000000..98cdba887
--- /dev/null
+++ b/3651/CH2/EX2.10/Ex2_10.sce
@@ -0,0 +1,14 @@
+clc
+
+
+
+//Variable declaration
+lamda=0.58
+theta=9.5*%pi/180
+n=1
+d=0.5 //d200=a/sqrt(2**2+0**2+0**2)=0.5a
+//Calculations
+a=n*lamda/(2*d*sin(theta)) //2*d*sin(theta)=n*lamda
+
+//Result
+printf('a =%0.3f Angstorms\n',(a))