summaryrefslogtreecommitdiff
path: root/695/CH2/EX2.3
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /695/CH2/EX2.3
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 '695/CH2/EX2.3')
-rwxr-xr-x695/CH2/EX2.3/Ex2_3.sce12
-rwxr-xr-x695/CH2/EX2.3/Ex2_3.txt12
-rwxr-xr-x695/CH2/EX2.3/R2_3.txt3
3 files changed, 27 insertions, 0 deletions
diff --git a/695/CH2/EX2.3/Ex2_3.sce b/695/CH2/EX2.3/Ex2_3.sce
new file mode 100755
index 000000000..bec870e5c
--- /dev/null
+++ b/695/CH2/EX2.3/Ex2_3.sce
@@ -0,0 +1,12 @@
+//Caption:Find the number of conductors
+//Exa:2.3
+clc;
+clear;
+close;
+P=8;//no. of poles
+A=8;
+Phy=40*10^-3;//flux in weber
+N=500;//speed in rpm
+E_g=250;//no-load voltage in volts
+Z=(E_g*60*A)/(P*N*Phy);
+disp(Z,'Number of conductors=') \ No newline at end of file
diff --git a/695/CH2/EX2.3/Ex2_3.txt b/695/CH2/EX2.3/Ex2_3.txt
new file mode 100755
index 000000000..bec870e5c
--- /dev/null
+++ b/695/CH2/EX2.3/Ex2_3.txt
@@ -0,0 +1,12 @@
+//Caption:Find the number of conductors
+//Exa:2.3
+clc;
+clear;
+close;
+P=8;//no. of poles
+A=8;
+Phy=40*10^-3;//flux in weber
+N=500;//speed in rpm
+E_g=250;//no-load voltage in volts
+Z=(E_g*60*A)/(P*N*Phy);
+disp(Z,'Number of conductors=') \ No newline at end of file
diff --git a/695/CH2/EX2.3/R2_3.txt b/695/CH2/EX2.3/R2_3.txt
new file mode 100755
index 000000000..c2a907c73
--- /dev/null
+++ b/695/CH2/EX2.3/R2_3.txt
@@ -0,0 +1,3 @@
+ Number of conductors=
+
+ 750. \ No newline at end of file