blob: be86bbd63d3f56b97ac684495b748eea0b6e9cff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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')
|