diff options
Diffstat (limited to '1967/CH6/EX6.9')
-rwxr-xr-x | 1967/CH6/EX6.9/6_9.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1967/CH6/EX6.9/6_9.sce b/1967/CH6/EX6.9/6_9.sce new file mode 100755 index 000000000..fea1683b0 --- /dev/null +++ b/1967/CH6/EX6.9/6_9.sce @@ -0,0 +1,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)
|