summaryrefslogtreecommitdiff
path: root/1286/CH3/EX3.14/3_14.sce
blob: 45110bc5ba0d2af19793fd28e3cfd360005a0291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//initialisations
po=101396.1
p=1.293
vo=1/p
t=273
cp=961.4
//calculations
R=po*vo/t
cv=cp-R
//results
printf(' specific heat at constant volume= % 1f',cv)