1 2 3 4 5 6 7 8 9 10 11
clear //Given u=1 l=600*10**-9 //, //Calculation // rp=(2*u*sin(30*3.14/180.0))/l //Result printf("\n Resolving power of a microscope is %0.2f *10**6",rp*10**-6)