summaryrefslogtreecommitdiff
path: root/2780/CH3/EX3.7/Ex3_7.sce
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")