diff options
Diffstat (limited to '3492/CH8/EX8.3/Ex8_3.sce')
-rw-r--r-- | 3492/CH8/EX8.3/Ex8_3.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3492/CH8/EX8.3/Ex8_3.sce b/3492/CH8/EX8.3/Ex8_3.sce new file mode 100644 index 000000000..38638b7c7 --- /dev/null +++ b/3492/CH8/EX8.3/Ex8_3.sce @@ -0,0 +1,13 @@ +clc
+//Chapter8
+//Ex_3
+//Given
+Mat=55.85*10^-3 //in Kg/mol
+NA=6.022*10^23 // in mol^-1
+p=7.86*10^3 //in kg/m3
+Msat=1.75*10^6 //in A/m
+funcprot(0)
+beta=9.27*10^-24 //in J/tesla
+n_at=p*NA/(Mat)
+x=Msat/(n_at*beta)
+printf("In the solid each Fe atom contributes only %f bohr magneton",x)
|