summaryrefslogtreecommitdiff
path: root/2672/CH2/EX2.14/Ex2_14.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2672/CH2/EX2.14/Ex2_14.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '2672/CH2/EX2.14/Ex2_14.sce')
-rwxr-xr-x2672/CH2/EX2.14/Ex2_14.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/2672/CH2/EX2.14/Ex2_14.sce b/2672/CH2/EX2.14/Ex2_14.sce
new file mode 100755
index 000000000..54b7cab52
--- /dev/null
+++ b/2672/CH2/EX2.14/Ex2_14.sce
@@ -0,0 +1,19 @@
+//Ex_2_14
+clc;
+clear;
+close;
+format('v',10);
+//given data :
+N1=100;//turns
+N2=80;//turns
+I1=10;//A
+I2=1.5;//A
+li=40/100;//m
+lg=1/1000;//m(airgap)
+A=10/10000;//m^2
+mur=2000;//relative permeability
+mu0=4*%pi*10^-7;//permeability
+mmf=N1*I1-N2*I2;//AT
+S=1/(mu0*A)*[li/mur+lg];//AT/Wb
+fi=mmf/S;//Wb
+disp(fi,"Flux produced(Wb)");