summaryrefslogtreecommitdiff
path: root/1085/CH14/EX14.6/ex14_6.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1085/CH14/EX14.6/ex14_6.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1085/CH14/EX14.6/ex14_6.sce')
-rwxr-xr-x1085/CH14/EX14.6/ex14_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1085/CH14/EX14.6/ex14_6.sce b/1085/CH14/EX14.6/ex14_6.sce
new file mode 100755
index 000000000..bd83622ed
--- /dev/null
+++ b/1085/CH14/EX14.6/ex14_6.sce
@@ -0,0 +1,11 @@
+//Exam:14.6
+clc;
+clear;
+close;
+V=((2.87)^3)*10^(-30)//Volume of unit cell of BCC iron (in m^3)
+N=2//Number of atoms in the unit cell
+M=1750*10^3;//saturation magnetization of BCC Iron A/m
+M_Net=V*M*(1/N)//net magnetic moment per atom
+Bohr_magneton=9.273*10^(-24);//Bohr_magneton (magnetic moment) in A/m2
+M_moment=M_Net/Bohr_magneton;//The magnetic moment (in units of U_B)
+disp(M_moment,'The magnetic moment (in units of U_B)='); \ No newline at end of file