summaryrefslogtreecommitdiff
path: root/695/CH2/EX2.7
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.7
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.7')
-rwxr-xr-x695/CH2/EX2.7/Ex2_7.sce12
-rwxr-xr-x695/CH2/EX2.7/Ex2_7.txt12
-rwxr-xr-x695/CH2/EX2.7/R2_7.txt3
3 files changed, 27 insertions, 0 deletions
diff --git a/695/CH2/EX2.7/Ex2_7.sce b/695/CH2/EX2.7/Ex2_7.sce
new file mode 100755
index 000000000..fdd6cabba
--- /dev/null
+++ b/695/CH2/EX2.7/Ex2_7.sce
@@ -0,0 +1,12 @@
+//Caption:Find the value of generated emf
+//Exa:2.7
+clc;
+clear;
+close;
+P=8;//no. of poles
+A=8;
+Z=760;//no.of conductors
+Phy=35*10^-3;//flux in weber
+N=500;//speed in rpm
+E_g=(P*N*Phy*Z)/(60*A);
+disp(E_g,'Value of generated emf (in volts)=') \ No newline at end of file
diff --git a/695/CH2/EX2.7/Ex2_7.txt b/695/CH2/EX2.7/Ex2_7.txt
new file mode 100755
index 000000000..fdd6cabba
--- /dev/null
+++ b/695/CH2/EX2.7/Ex2_7.txt
@@ -0,0 +1,12 @@
+//Caption:Find the value of generated emf
+//Exa:2.7
+clc;
+clear;
+close;
+P=8;//no. of poles
+A=8;
+Z=760;//no.of conductors
+Phy=35*10^-3;//flux in weber
+N=500;//speed in rpm
+E_g=(P*N*Phy*Z)/(60*A);
+disp(E_g,'Value of generated emf (in volts)=') \ No newline at end of file
diff --git a/695/CH2/EX2.7/R2_7.txt b/695/CH2/EX2.7/R2_7.txt
new file mode 100755
index 000000000..afadde92e
--- /dev/null
+++ b/695/CH2/EX2.7/R2_7.txt
@@ -0,0 +1,3 @@
+ Value of generated emf (in volts)=
+
+ 221.66667 \ No newline at end of file