summaryrefslogtreecommitdiff
path: root/3526/CH5/EX5.6/Ex5_6.sce
blob: 96cef7bde8b0d3f7aa470afe700af941c7cd9f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example 5.6
//page 155
clc
T=[1173 1273 1373 1473]
//in K

//for loop t

for i=1:1:4
t(i)=0.0861/exp(-16558/T(i))
end
disp(t,"The combination temp in second is")