summaryrefslogtreecommitdiff
path: root/1967/CH6/EX6.9/6_9.sce
blob: fea1683b0a59c3597d970206e488ca9331f58ad0 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
clear
R= 1.98 //cal/mol K
n= 3
//CALCULATIONS
Cv= n*R*0.904
//RESULTS
printf ('Cv = %.2f cal deg^-1.g.atom^-1',Cv)