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 /671/CH10/EX10.1/10_1.sce | |
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 '671/CH10/EX10.1/10_1.sce')
-rwxr-xr-x | 671/CH10/EX10.1/10_1.sce | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/671/CH10/EX10.1/10_1.sce b/671/CH10/EX10.1/10_1.sce new file mode 100755 index 000000000..c109fed3f --- /dev/null +++ b/671/CH10/EX10.1/10_1.sce @@ -0,0 +1,18 @@ +P=6
+S=36
+coilside=2
+N=8
+A=2
+d=0.25
+l=0.18
+Ia=10
+avgflux=0.8
+n=1200
+
+Z=S*coilside*N
+flux=%pi*d/P*l*avgflux
+Ea=flux*n*Z/60*P/A
+Pm=Ea*Ia
+disp(Pm)
+T=Pm/2/%pi/n*60
+disp(T)
|