summaryrefslogtreecommitdiff
path: root/1826/CH19/EX19.9/ex19_9.sce
blob: 531d5e3464af936831a8eb25c0000fe8dc4b4e7d (plain)
1
2
3
4
5
6
7
// Example 19.9, page no-547
clear
clc
bet=9.27*10^-24
V=0.839*10^-9
M=32*bet/V^3
printf("The saturation magnetisation is %.3f *10^5 A/m",M*10^-5)