blob: c9222fb96bdc13b29f76d48c760770ab82018c99 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Turbomachinery Design and Theory,Rama S. R. Gorla and Aijaz A. Khan, Chapter 1, Example 4")
disp ("Theoritical Question")
//liquid discharge rate Q; head H;specific weight of the liquid is w.
disp("Expression for Pumping power is P = kwQH")
|