diff options
Diffstat (limited to '1938/CH2/EX2.3/2_3.sce')
-rwxr-xr-x | 1938/CH2/EX2.3/2_3.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1938/CH2/EX2.3/2_3.sce b/1938/CH2/EX2.3/2_3.sce new file mode 100755 index 000000000..9979f739a --- /dev/null +++ b/1938/CH2/EX2.3/2_3.sce @@ -0,0 +1,10 @@ +clc,clear
+printf('Example 2.3\n\n')
+
+Pole=4
+A=Pole //for lap winding
+Z=480//number of armature conductors
+phi=20*10^-3 //flux per pole in weber
+I_a=50 //Armature current
+T_a = 0.159*phi*I_a*Pole*Z/A //Gross torque developed by armature
+printf('Gross torque developed by armature is %.3f N-m',T_a)
|