diff options
Diffstat (limited to '3835/CH3/EX3.1/Ex3_1.sce')
-rw-r--r-- | 3835/CH3/EX3.1/Ex3_1.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3835/CH3/EX3.1/Ex3_1.sce b/3835/CH3/EX3.1/Ex3_1.sce new file mode 100644 index 000000000..a75cd142b --- /dev/null +++ b/3835/CH3/EX3.1/Ex3_1.sce @@ -0,0 +1,14 @@ +clear +// +//given +pi=3.14 +l=%pi*0.2 //l=mean length of the ring=%pi*mean diameter of the ring +A=400*10**-6 //A=cross sectional area of ring +u1=1000 //u1=relative permeability of steel +u2=4*%pi*10**-7 //relative permeability of air +R=l/(A*u1*u2) //reluctance of steel ring +printf("\n The reluctance of steel ring is= %0.0f AT/Wb",R) +//case b +flux=500*10**-6 +f=flux*R +printf("\n The magnetomotive force is= %0.0f AT",f) |