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

//Variable declaration
H=1600;      //magnetizing force(amp/m)
phi=4*10^-4;     //flux(weber)
A=4*10^-4;     //area(m^2)

//Calculation
B=phi/A;
mew=B/H;      //permeability of rod(weber/amp.m)

//Result
printf("\n permeability of rod is %0.3f *10^-3 weber/amp.m",mew*10^3)