summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.5/Ex9_5.sce
blob: d40dc5bbc3d1fc95bd530c412f94c1e7bd490c26 (plain)
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)