summaryrefslogtreecommitdiff
path: root/2672/CH2/EX2.9/Ex2_9.sce
blob: 56106708694fdb1444a38c5cdb14865a15091f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Ex_2_9
clc;
clear;
close;
format('e',9);
//given data : 
l=20/100;//m
A=1.5/10000;//m^2
mur=2000;//relative permeability
mu0=4*%pi*10^-7;//permeability
S=l/(mu0*mur*A);//AT/Wb
disp(S,"Reluctance of silicon steel(AT/Wb)");