summaryrefslogtreecommitdiff
path: root/1784/CH45/EX45.2/example_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1784/CH45/EX45.2/example_2.sce')
-rwxr-xr-x1784/CH45/EX45.2/example_2.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1784/CH45/EX45.2/example_2.sce b/1784/CH45/EX45.2/example_2.sce
new file mode 100755
index 000000000..cb3198b83
--- /dev/null
+++ b/1784/CH45/EX45.2/example_2.sce
@@ -0,0 +1,15 @@
+//chapter 45
+//example 2
+//given
+//clc()
+m=1
+lambda=5890//in A
+d=25400//in A
+theta=asind((m*lambda)/d)
+disp("solution (a)")
+disp(theta,"The first order diffraction pattern in degree=")
+disp("solution (b)")
+//given
+del_lambda=5.9//in A
+delta_theta=(m*(del_lambda))/(d*cosd(theta))
+disp(delta_theta,"Angle of seperation in degree=") \ No newline at end of file