blob: e7156c2ebba635415e80e878f84fab1170429864 (
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 1.5 Page 23 \n')// Example 1.5
//Theoretical Problem
printf('\n The given example is theoretical and does not involve any numerical computation')
//End
|