diff options
Diffstat (limited to '3769/CH11/EX11.6/Ex11_6.sce')
-rw-r--r-- | 3769/CH11/EX11.6/Ex11_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH11/EX11.6/Ex11_6.sce b/3769/CH11/EX11.6/Ex11_6.sce new file mode 100644 index 000000000..e1437959f --- /dev/null +++ b/3769/CH11/EX11.6/Ex11_6.sce @@ -0,0 +1,11 @@ +clear +//Given +M=8.0*10**22 //Am**2 +R=64*10**5 //m + +//Calculation +// +I=(3*M)/(4.0*%pi*R**3) + +//Result +printf("\n earths magnetisation is %0.1f A/m",I) |