diff options
Diffstat (limited to '1853/CH5/EX5.3/Ex5_3.sce')
-rwxr-xr-x | 1853/CH5/EX5.3/Ex5_3.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1853/CH5/EX5.3/Ex5_3.sce b/1853/CH5/EX5.3/Ex5_3.sce new file mode 100755 index 000000000..4c3ef4fd1 --- /dev/null +++ b/1853/CH5/EX5.3/Ex5_3.sce @@ -0,0 +1,10 @@ +
+//determine the speed
+P=6;//poles
+A=2;//wave wound
+Z=780;//armature conductors
+F=12*10^-3;//webers..flux/poles
+E=400;//volt
+N=(E*60*2)/(F*Z*P);
+N2=(E*60*6)/(F*Z*P);
+disp('determine the speed='+string(N)+'rpm', 'determine the speed (A=P=6)='+string(N2)+'rpm');
|