diff options
Diffstat (limited to '3769/CH10/EX10.25/Ex10_25.sce')
-rw-r--r-- | 3769/CH10/EX10.25/Ex10_25.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH10/EX10.25/Ex10_25.sce b/3769/CH10/EX10.25/Ex10_25.sce new file mode 100644 index 000000000..a32507d03 --- /dev/null +++ b/3769/CH10/EX10.25/Ex10_25.sce @@ -0,0 +1,11 @@ +clear +//Given +M=1.6 //Am**2 +d=0.20 //m +u=10**-7 //N/A**2 + +//Calculation +H=u*2*M/(d**3) + +//Result +printf("\n Horizontal component of the earths magnetic field is %0.3f T", H) |