diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /695/CH2/EX2.7 | |
download | Scilab-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-x | 695/CH2/EX2.7/Ex2_7.sce | 12 | ||||
-rwxr-xr-x | 695/CH2/EX2.7/Ex2_7.txt | 12 | ||||
-rwxr-xr-x | 695/CH2/EX2.7/R2_7.txt | 3 |
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 |