diff options
Diffstat (limited to '3769/CH10/EX10.16/Ex10_16.sce')
-rw-r--r-- | 3769/CH10/EX10.16/Ex10_16.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH10/EX10.16/Ex10_16.sce b/3769/CH10/EX10.16/Ex10_16.sce new file mode 100644 index 000000000..528e141c0 --- /dev/null +++ b/3769/CH10/EX10.16/Ex10_16.sce @@ -0,0 +1,13 @@ +clear +//Given +t=6.70 +n=10.0 +I=7.5*10**-6 //Kgm**2 +M=6.7*10**-2 //Am**2 + +//Calculation +T=t/n +B=(4*%pi**2*I)/(M*T**2) + +//Result +printf("\n Magnitude of the magnetic field is %0.2f T",B) |