summaryrefslogtreecommitdiff
path: root/1967/CH8/EX8.4/8_4.sce
blob: 1fe40244b16b0b6bed1dc21d18a3519e0b11700f (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
clear
a= 1.39 //lit^2
p= 200 //atm
R= 0.082 //lit-atm /mol K
T= 298 //K
//CALCULATIONS
dC= (1+(2*a*p/(R*T)^2))
//RESULTS
printf ('Cp-Cv = %.2f *R lit-atm mole^-1 K^-1',dC)