summaryrefslogtreecommitdiff
path: root/1286/CH14/EX14.5/14_5.sce
blob: fae3a736d48181eec9472916e9d896d4a2c85177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc
//initialisation
t1=700//k
t2=290//k
E=10000//w m^-2
si=5.7*10^-8
//CALCULATIONS
t=(t1^4+t2^4)/2
T=t^0.25
t1=E/si
T1=t1^0.25
//results
printf(' \n temperature its rate will be halved= % 1f k',T)
printf(' \n temperature of body= % 1f k',T1)