summaryrefslogtreecommitdiff
path: root/1367/CH14/EX14.6/14_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1367/CH14/EX14.6/14_6.sce')
-rwxr-xr-x1367/CH14/EX14.6/14_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1367/CH14/EX14.6/14_6.sce b/1367/CH14/EX14.6/14_6.sce
new file mode 100755
index 000000000..557c005c1
--- /dev/null
+++ b/1367/CH14/EX14.6/14_6.sce
@@ -0,0 +1,11 @@
+//Estimate Saturation Magnetisation
+//Ex:14.6
+clc;
+clear;
+close;
+b=9.27*10^-24;//Bohr Magneton in A/sqm
+m=0.6*b;
+a=0.35*10^-9;
+n=4;//FCC
+m_g=n*m/a^3;//in A/m
+disp(m_g,"Saturation Magnetisation (in A/m) ="); \ No newline at end of file