summaryrefslogtreecommitdiff
path: root/632/CH4/EX4.2/example4_2.sce
blob: a1077b449c88efbc46d13ea6a60d5cfda2e2654d (plain)
1
2
3
4
5
6
7
8
//clc()
T = 350;//K
P = 1;//bar
V1 = 22.4143 * 10^-3;//m^3 (suffix 1 represents at STD)
P1 = 1.01325;//bar
T1 = 273.15;//K
V = P1 * V1 * T/(T1 * P);
disp("m^3/mol",V,"Molar volume =")