summaryrefslogtreecommitdiff
path: root/2345/CH6/EX6.2/Ex6_2.sce
blob: 4ccc47a661801da659cec62aeb61e6b20ad24eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//relative permeability
//Example 6.2(pg 212)
clc
clear
f=1.2*(10^-3)//flux in Wb
l=1.4//mean circumference in m
N=500//tunrs
Uo=4*%pi*(10^-7)//permeability of free space in H/m
a=0.0012// cross section area in m^2
I=2//current in Amp
Ur=(f*l)/(N*I*Uo*a)//relative permeability
printf('Thus the relative permeability of iron is %3.2f ',Ur)