blob: c6526d86684071e2fed5c3e88862809682cec6ef (
plain)
1
2
3
4
5
6
|
clc
//to calculate half angular width
e=1.2*10^-4 //width of slit in cm
y=6*10^-5 //wavelength of monochromatic light in cm
theta=y/e
disp("half angular width of central bright maxima is theta="+string(theta)+"radian")
|