summaryrefslogtreecommitdiff
path: root/3802/CH5/EX5.7/Ex5_7.sce
blob: af7c0c20a9258774a7b8ce0f2cd28bd5f46f283c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014

//Ex5_7.sce.

clc;
clear;
A=5e-4;
l=0.4;
N=200;
mew_r=380;
mew_not=4e-7*%pi;
mew=mew_r*mew_not;

printf("\n (a)")
R=(l*1e-6)/(mew*A);
printf("\n  Reluctance of the core=%1.4f*10^6 AT/Wb \n",R)

printf("\n (b)")
phi=800e-6;    //flux in weber
F=phi*1e6*R;
I=F/N;
printf("\n  Magnetizing current=%1.4f A \n",I)
//Answer vary dueto round off error