summaryrefslogtreecommitdiff
path: root/3557/CH10/EX10.9/Ex10_9.sce
blob: c010e5935fde6403ef1100f3bc8881035588c961 (plain)
1
2
3
4
5
6
7
//Example 10.9//

T1=290;//degree C //recrystallization temperature
T2=920;// degree C //solidus temperature
T3=273;//K //Kelvin
T4=(T1+T3)/(T2+T3)
disp(T4)