diff options
Diffstat (limited to '1967/CH11/EX11.7/11_7.sce')
-rwxr-xr-x | 1967/CH11/EX11.7/11_7.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1967/CH11/EX11.7/11_7.sce b/1967/CH11/EX11.7/11_7.sce new file mode 100755 index 000000000..c0d4f9343 --- /dev/null +++ b/1967/CH11/EX11.7/11_7.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+clear
+T= 40 //C
+T1= 80.1 //C
+//CALCULATIONS
+H= 2*(273.2+T1)
+p= %e^(-(H/(4.576*(273.2+T)))+4.59)/3.07
+//RESULTS
+printf ('vapour pressure = %.1f cm',p)
|