summaryrefslogtreecommitdiff
path: root/1652/CH11/EX11.1/11_1.sce
blob: 8774b287b22f4d107d3c6c5433370442a41e29d7 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//Initialization of variables
A=7.6546
B=1686.8
T=60+273.2
//calculations
logP=A-B/T
P=10^logP
//results
printf("Vapor Pressure = %d mm",P+1)