summaryrefslogtreecommitdiff
path: root/1952/CH8/EX8.4/Ex8_4.sce
blob: 07657fc4bceafa96a88773914e68d211a6899edf (plain)
1
2
3
4
5
6
7
8
// chapter 8 , Example 8.4 , pg 239
H=1800  //magnetizing field  (in  A/m)
phi=3*10^-5   //magnetic  flux   (in Wb)
A=0.2 *10^-4  //area  (in m^2)
B=phi/A    //magnetic flux density   (in Wb/m^2)
u=B/H    //permeability    (in H/m)
printf("permeability (in  H/m )=")
disp(u)