diff options
Diffstat (limited to '1967/CH11/EX11.4/11_4.sce')
-rwxr-xr-x | 1967/CH11/EX11.4/11_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1967/CH11/EX11.4/11_4.sce b/1967/CH11/EX11.4/11_4.sce new file mode 100755 index 000000000..4237a900b --- /dev/null +++ b/1967/CH11/EX11.4/11_4.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+clear
+T1= 100 //C
+T2= 90 //C
+p= 76 //cm of hg
+H= 542*18.02 //cal mole^-1
+//CALCULATIONS
+p1= p/10^((H/4.576)*((T1-T2)/((273.2+T1)*(273.2+T2))))
+//RESULTS
+printf ('Final vapour pressure of water = %.1f cm',p1)
|