summaryrefslogtreecommitdiff
path: root/3755/CH11/EX11.3/Ex11_3.sce
blob: 9dbe87702ee4af237e4cf540d494b4dedfb7d74d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clear
//
//
//

//Variable declaration
H=6.5*10^-4;      //magnetizing force(amp/m)
M=1.4;       //magnetic field(T)

//Calculation
chi=M/H;    
mewr=1+chi;       //relative permeability

//Result
printf("\n relative permeability is %0.3f ",mewr)
printf("\n answer in the book is wrong")