1 2 3 4 5 6 7 8 9 10 11 12 13
clear //Given m=9*10**-31 e=1.6*10**-19 V=100 B=0.004 //Calculation // r=sqrt(2*m*e*V)/(e*B) //Result printf("\n Radius of the path is %0.1f mm",r*10**3)