From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1085/CH14/EX14.6/ex14_6.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 1085/CH14/EX14.6/ex14_6.sce (limited to '1085/CH14/EX14.6/ex14_6.sce') 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 -- cgit