diff options
Diffstat (limited to '3840/CH7/EX7.7/Ex7_7.sce')
-rw-r--r-- | 3840/CH7/EX7.7/Ex7_7.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3840/CH7/EX7.7/Ex7_7.sce b/3840/CH7/EX7.7/Ex7_7.sce new file mode 100644 index 000000000..58f8089fb --- /dev/null +++ b/3840/CH7/EX7.7/Ex7_7.sce @@ -0,0 +1,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 |