summaryrefslogtreecommitdiff
path: root/632/CH4/EX4.4/example4_4.sce
blob: 502318127f0651af646c8b62deb2f69c1396f189 (plain)
1
2
3
4
5
6
//clc()
P = 195;//kPa
T = 273;//K
P1 = 250;//kPa
T1 = P1 * T / P;
disp("K",T1,"Maximum temperature to which tyre may be heated = ")