blob: d52dbc1295a48253de21c43811ef5e3450bd9caa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// 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 9")
//Theoritical Question
//Kinetic Energy Equation
disp("The Kinetic Energy => k V^2 m ")
disp("Where k is a constant")
|