diff options
Diffstat (limited to '3763/CH7/EX7.4')
-rw-r--r-- | 3763/CH7/EX7.4/Ex7_4.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3763/CH7/EX7.4/Ex7_4.sce b/3763/CH7/EX7.4/Ex7_4.sce new file mode 100644 index 000000000..119ea36b4 --- /dev/null +++ b/3763/CH7/EX7.4/Ex7_4.sce @@ -0,0 +1,17 @@ +clear +// +// +// + +//Variable declaration +B=9.27*10**-24 //bohr magneton(ampere m**2) +a=2.86*10**-10 //edge(m) +Is=1.76*10**6 //saturation value of magnetisation(ampere/m) + +//Calculation +N=2/a**3 +mew_bar=Is/N //number of Bohr magnetons(ampere m**2) +mew_bar=mew_bar/B //number of Bohr magnetons(bohr magneon/atom) + +//Result +printf("\n number of Bohr magnetons is %0.2f bohr magneon/atom",mew_bar) |