diff options
Diffstat (limited to '695/CH2/EX2.7/Ex2_7.sce')
-rwxr-xr-x | 695/CH2/EX2.7/Ex2_7.sce | 12 |
1 files changed, 12 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 |