summaryrefslogtreecommitdiff
path: root/1938/CH2/EX2.3
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1938/CH2/EX2.3
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 '1938/CH2/EX2.3')
-rwxr-xr-x1938/CH2/EX2.3/2_3.sce10
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)