diff options
Diffstat (limited to '3020/CH20/EX20.9/ex20_9.sce')
-rwxr-xr-x | 3020/CH20/EX20.9/ex20_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3020/CH20/EX20.9/ex20_9.sce b/3020/CH20/EX20.9/ex20_9.sce new file mode 100755 index 000000000..21df149d3 --- /dev/null +++ b/3020/CH20/EX20.9/ex20_9.sce @@ -0,0 +1,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
|