blob: 21df149d38b9bbf5984fc6720ca3e0cb341af477 (
plain)
1
2
3
4
5
6
7
|
clc;
clear all;
l=0.839e-9;//cell edge length
b=9.27e-24;
Ms=32*b/(l^3);//saturation magnetisation
disp('A/m',Ms,'saturation magnetisation is:')
// Wrong answer printed in textbook... checked in calculator
|