diff options
Diffstat (limited to '1967/CH6/EX6.8')
-rwxr-xr-x | 1967/CH6/EX6.8/6_8.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1967/CH6/EX6.8/6_8.sce b/1967/CH6/EX6.8/6_8.sce new file mode 100755 index 000000000..031f34c27 --- /dev/null +++ b/1967/CH6/EX6.8/6_8.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+clear
+R= 1.98 //cal/mol K
+n= 3
+//CALCULATIONS
+Cv= n*R*0.8673
+//RESULTS
+printf ('Cv = %.2f cal deg^-1 g.atom^-1',Cv)
|