blob: 64bc95f581b85db7f0fd99ecbfb0d3471ba263d2 (
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.3 Page 18 \n')// Example 1.3
//Theoretical Problem
printf('\n The given example is theoretical and does not involve any numerical computation')
//End
|