diff options
Diffstat (limited to '2471/CH8/EX8.4/Ex8_4.sce')
-rwxr-xr-x | 2471/CH8/EX8.4/Ex8_4.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2471/CH8/EX8.4/Ex8_4.sce b/2471/CH8/EX8.4/Ex8_4.sce new file mode 100755 index 000000000..be86bbd63 --- /dev/null +++ b/2471/CH8/EX8.4/Ex8_4.sce @@ -0,0 +1,15 @@ +clear ;
+clc;
+// Example 8.4
+printf('Example 8.4\n\n');
+printf('Page No. 232\n\n');
+
+//given
+pump_1 = 100*10^3;// Required pump in W
+T_1 = 8;// Pump Operating time of each day
+Inc_op = 0.5;// Increased output per cent
+pump_ex = 50*10^3;// Extra pump requried in W
+
+// This question doesnot contain any calculation part.
+printf('there is no computational part in the problem')
+
|