diff options
Diffstat (limited to '1967/CH11/EX11.1/11_1.sce')
-rwxr-xr-x | 1967/CH11/EX11.1/11_1.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1967/CH11/EX11.1/11_1.sce b/1967/CH11/EX11.1/11_1.sce new file mode 100755 index 000000000..3a84907e7 --- /dev/null +++ b/1967/CH11/EX11.1/11_1.sce @@ -0,0 +1,12 @@ +clc
+//initialisation of variables
+clear
+T= 0 //C
+sv= 1.0001 //cc g^-1
+sv1= 1.0907 //cc g^-1
+R= 0.0242 //atm^-1 cc^-1 cal
+p= 79.8 //atm
+//CALCULATIONS
+r= (273.2+T)*(sv-sv1)*R/p
+//RESULTS
+printf ('rate of change of melting point = %.4f deg atm^-1',r)
|