Example 9.3-1 Compute the Thermal Conductivity of Ne at 1 atm and 373.2K
Using the Matlab program:  ktcalc
Here are your compounds' formulae and names:
No. Formula Name
----------------------------------------
1 Ne neon
---------------------------------------- >>Tdeg
Tdeg =
K
>>ktcalc(373.2)
ans =
0.0562 <- in SI units: W/(m*K)
> restart; > k:=.0562*W/m/K; > m:=100*cm; W:=0.23901*cal/s; > k; The text got 1.338e-4cal/cm/s/K and reports an experimental value of 1.35e-4cal/cm/s/K
[Maple Math]