summaryrefslogtreecommitdiff
path: root/3825/CH7/EX7.10/Ex7_10.sce
blob: b654cd4faa74e530f05cc84a78ec7c6668a34e3b (plain)
1
2
3
4
5
6
7
8
9
10
clc
R=8.314
gama=1.4
Cv=R/(gama-1)
mprintf("Cv=%fJ/mol K\n",Cv)
T2=370
T1=300
deltas=Cv*log(T2/T1)
mprintf("delta s=%fJ/mol K",deltas)//ans vary due to roundoff error