summaryrefslogtreecommitdiff
path: root/3890/CH2/EX2.7
diff options
context:
space:
mode:
Diffstat (limited to '3890/CH2/EX2.7')
-rw-r--r--3890/CH2/EX2.7/EX2_7.pngbin0 -> 34943 bytes
-rw-r--r--3890/CH2/EX2.7/Ex2_7.sce18
2 files changed, 18 insertions, 0 deletions
diff --git a/3890/CH2/EX2.7/EX2_7.png b/3890/CH2/EX2.7/EX2_7.png
new file mode 100644
index 000000000..a36ecc256
--- /dev/null
+++ b/3890/CH2/EX2.7/EX2_7.png
Binary files differ
diff --git a/3890/CH2/EX2.7/Ex2_7.sce b/3890/CH2/EX2.7/Ex2_7.sce
new file mode 100644
index 000000000..4ab149578
--- /dev/null
+++ b/3890/CH2/EX2.7/Ex2_7.sce
@@ -0,0 +1,18 @@
+//Electric machines and power systems by Syed A Nasar
+//Publisher:TataMcgraw Hill
+//Year: 2002 ; Edition - 7
+//Example 2.7
+//Scilab Version : 6.0.0 ; OS : Windows
+
+clc;
+clear;
+
+N1=10; //number of turns in coil1
+N2=20; //numeber of turns in coil2
+F1=0.001; //flux of coil
+I=5.04; //current in the coil
+
+L21=N2*F1/I;
+
+disp(L21,'flux produced by coil1 links to coil 2 in H')
+