summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.13/Ex9_13.sce
blob: be0cd71692861e16ad4c59106790337799ccfc93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
E=3.4*10**4                        //V/m
B=2*10**-3                         //Wb/m**2
m=9.1*10**-31
e=1.6*10**-19

//Calculation
v=E/B
r=(m*v)/(e*B)

//Result
printf("\n Radius of the circular path is %0.1f  *10**-2 m",r*10**2)