diff options
Diffstat (limited to '620/CH11/EX11.6/example11_6.sce')
-rw-r--r-- | 620/CH11/EX11.6/example11_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/620/CH11/EX11.6/example11_6.sce b/620/CH11/EX11.6/example11_6.sce new file mode 100644 index 000000000..1c6d5a922 --- /dev/null +++ b/620/CH11/EX11.6/example11_6.sce @@ -0,0 +1,9 @@ +i=1.12;
+n=600;
+l=4*6*10^(-2);
+mmf=n*i;
+b=0.6;........// from the B-Hcurve
+s=2*10^(-2);
+a=s^2;
+phi=b*a;
+disp("the flux (in Wb) in the core is"); disp(phi);
\ No newline at end of file |