summaryrefslogtreecommitdiff
path: root/1628/CH6/EX6.2/Ex6_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1628/CH6/EX6.2/Ex6_2.sce')
-rwxr-xr-x1628/CH6/EX6.2/Ex6_2.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/1628/CH6/EX6.2/Ex6_2.sce b/1628/CH6/EX6.2/Ex6_2.sce
new file mode 100755
index 000000000..9fc96cdf0
--- /dev/null
+++ b/1628/CH6/EX6.2/Ex6_2.sce
@@ -0,0 +1,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