summaryrefslogtreecommitdiff
path: root/1628/CH6/EX6.2/Ex6_2.sce
blob: 9fc96cdf0ee1247036fdf3b11d73024f0a2d4735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


                      // Example  6.2

Q=0.015;          // Flux 
A=200*10^-4;      // Area of Conductor 
mo=4*%pi*10^-7;   // Permeability of free Space
B=Q/A;            // Megnetic Flux Density
H=B/mo;           // Megnetic Field Strength
l=2.5*10^-3;      // Air Gap 
F=H*l;            // Formula of Magnetomotive Force (mmf)

disp(' Magnetomotive Force (mmf) is = '+string(round(F))+' At');




               // p 212      6.2