blob: f00d529d2af944fe0b31a523a6b7c75790ac7a48 (
plain)
1
2
3
4
5
6
7
8
|
clear;
clc;
printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 2.3 Page 79 \n')// Example 2.3
//Theoretical Problem
printf('\n The given example is theoretical and does not involve any numerical computation')
//End
|