summaryrefslogtreecommitdiff
path: root/2159/CH10/EX10.9
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2159/CH10/EX10.9
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 '2159/CH10/EX10.9')
-rwxr-xr-x2159/CH10/EX10.9/109.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2159/CH10/EX10.9/109.sce b/2159/CH10/EX10.9/109.sce
new file mode 100755
index 000000000..30364a006
--- /dev/null
+++ b/2159/CH10/EX10.9/109.sce
@@ -0,0 +1,11 @@
+// problem 10.9
+Q=0.05
+p=392.4*1000
+n=0.65
+s=0.8
+w1=9810
+Hw=p/w1
+Hoil=p/(w1*s)
+Pw=(w1*Q*Hw)/(n*1000)
+Poil=(w1*s*Q*Hoil)/(n*1000)
+disp(Pw,Poil,"power in Kw to drive the pump with water and oil of s,p=0.8")