diff options
Diffstat (limited to '3769/CH10/EX10.7/Ex10_7.sce')
-rw-r--r-- | 3769/CH10/EX10.7/Ex10_7.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH10/EX10.7/Ex10_7.sce b/3769/CH10/EX10.7/Ex10_7.sce new file mode 100644 index 000000000..38c5a10ce --- /dev/null +++ b/3769/CH10/EX10.7/Ex10_7.sce @@ -0,0 +1,13 @@ +clear +//Given +M=0.40 +d=0.5 +u=4*%pi*10**-7 + +//Calculation +Beqa=u*M/(4*%pi*d**3) +Baxial=2*Beqa + +//Result +printf("\n Magnitude of axial field is %0.3f T", Baxial) +printf("\n Magnitude of equatorial field is %0.3f T",Beqa) |