summaryrefslogtreecommitdiff
path: root/530/CH2/EX2.16/example_2_16.sce
blob: efa74023f5adcb1f4bb419e7e8703110087040a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clear;
clc;

// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 2
// Heat Conduction in Solids

// Example 2.16
// Page 75
printf("Example 2.16, Page 75 \n\n")

//Theoretical Problem

printf('\n\n This is a Theoretical Problem, does not involve any mathematical computation.');
//END