Select the correct answer a 4813 b3252 c4262 d4374 e 4363 f
Select the correct answer.
a) 4.813
b)3.252
c)4.262
d)4.374
e) 4.363
f) 4.263
Solution
Write a matlab script for this following the instructions given below.
----------------------------------------------------------------------------------------
a = -10^-6;
b = 10^-6;
N = 1500;
d = 0.0001;
ld = 668.6*10^-9;
rsums((N*sin((pi*N*d*sin(x)/ld))/(pi*N*d*sin(x)/ld))^2, [a, b])
----------------------------------------------------------------------------------------
By default n = 10.
Save the script and run.
The output will be 4.263 (rounded to the nearest thousandth)
