summaryrefslogtreecommitdiff
path: root/3840/CH7/EX7.7/Ex7_7.sce
blob: 58f8089fb0c53dff45fe0be02a5f1dde693655fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clear
//
//
//

//Variable declaration
r=0.52*10**-10     //radius(m)
B=3     //magnetic induction(web/m**2)
e=1.6*10**-19      //charge(c)
m=9.1*10**-31      //mass(kg)

//Calculation
d_mew=e**2*r**2*B/(4*m)       //change in magnetic moment(Am**2)

//Result