diff options
Diffstat (limited to '1628/CH6/EX6.4/Ex6_4.sce')
-rwxr-xr-x | 1628/CH6/EX6.4/Ex6_4.sce | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/1628/CH6/EX6.4/Ex6_4.sce b/1628/CH6/EX6.4/Ex6_4.sce new file mode 100755 index 000000000..cf3c2519c --- /dev/null +++ b/1628/CH6/EX6.4/Ex6_4.sce @@ -0,0 +1,23 @@ + + + // Example 6.4 + +B=0.9; // Megnetic Flux Density +N=4000; // No.Of turns +mo=4*%pi*10^-7; // Permeability of free Space +Hc=820; // Megnetic Field Strength for Core +lc=0.22; // Length of Circuit +Ac=50*10^-6; // Area of Circuit +Fc=Hc*lc; // Magnetomotive Force (mmf) for Core +lg=0.001; // Length of Air Gap +Ag=50*10^-6; // Area of Megnetic Circuit +Hg=B/mo; // Megnetic Field Strength for Air Gap +Fg=Hg*lg; // Magnetomotive Force (mmf) for Air Gap +F=Fc+Fg; // Total Magnetomotive Force (mmf) +I=F/N; // Formula of Magnetising Current +disp(' Magnetising Current is = '+string(I)+' Amp'); + + + + + // p 215 6.4 |