summaryrefslogtreecommitdiff
path: root/2024/CH7/EX7.7/7_7.sce
blob: 10d1f1b9c9cd52f80ca9fc0b2683355721b5b3f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//Initialization of variables
Z=1.39
R=0.73 
T=492 //R
p=500 //atm
M=28 //lbm
//calculations
v=Z*R*T/(p*M)
//results
printf("volume = %.4f ft^3/lbm",v)