diff options
Diffstat (limited to '3769/CH10/EX10.10/Ex10_10.sce')
-rw-r--r-- | 3769/CH10/EX10.10/Ex10_10.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH10/EX10.10/Ex10_10.sce b/3769/CH10/EX10.10/Ex10_10.sce new file mode 100644 index 000000000..4745062cf --- /dev/null +++ b/3769/CH10/EX10.10/Ex10_10.sce @@ -0,0 +1,10 @@ +clear +//Given +A=7.5*10**-4 //m**2 +I=12 //A + +//Calculation +M=A*I + +//Result +printf("\n Magnitude of the magnetic moment is %0.3f *10**-3 Am**2", M*10**3) |