1 2 3 4 5 6 7 8 9 10 11 12
clear //Given l=5500*10**-10 d=0.01 //Calculation // a=l/d b=asin(a)*180/3.14 //Result printf("\n Angular deflection is %0.4f Degree",b)