From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3651/CH2/EX2.10/Ex2_10.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3651/CH2/EX2.10/Ex2_10.sce (limited to '3651/CH2/EX2.10/Ex2_10.sce') 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)) -- cgit