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)