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 /1994/CH9/EX9.7/Example9_7.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 '1994/CH9/EX9.7/Example9_7.sce')
-rwxr-xr-x | 1994/CH9/EX9.7/Example9_7.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1994/CH9/EX9.7/Example9_7.sce b/1994/CH9/EX9.7/Example9_7.sce new file mode 100755 index 000000000..e013489ff --- /dev/null +++ b/1994/CH9/EX9.7/Example9_7.sce @@ -0,0 +1,14 @@ +//Chapter-9,Example9_7,pg 9_37
+P=4
+Z=200
+V=250
+A=2
+phi=25*10^-3
+Ia=60
+Il=Ia
+Ra=0.15
+Rse=0.2
+Eb=V-Ia*(Ra+Rse)
+N=Eb*60*A/(phi*P*Z)
+printf("speed of motor\n")
+printf("N=%.f r.p.m",N)
|