From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2159/CH10/EX10.9/109.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 2159/CH10/EX10.9/109.sce (limited to '2159/CH10/EX10.9') 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") -- cgit