summaryrefslogtreecommitdiff
path: root/1967/CH11/EX11.7/11_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1967/CH11/EX11.7/11_7.sce')
-rwxr-xr-x1967/CH11/EX11.7/11_7.sce10
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)