summaryrefslogtreecommitdiff
path: root/2495/CH1/EX1.7.1/Ex1_7_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2495/CH1/EX1.7.1/Ex1_7_1.sce')
-rw-r--r--2495/CH1/EX1.7.1/Ex1_7_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2495/CH1/EX1.7.1/Ex1_7_1.sce b/2495/CH1/EX1.7.1/Ex1_7_1.sce
new file mode 100644
index 000000000..3e97d9697
--- /dev/null
+++ b/2495/CH1/EX1.7.1/Ex1_7_1.sce
@@ -0,0 +1,11 @@
+clear
+clc
+T=263.15;//in K
+P2=1.95;//in torr
+rho=0.920;//in gm/cm^3
+P=1;//in atm
+R=0.082;//in dm^3atm/(molK)
+P1=P2*exp((18/(rho*1000))*(P-(P2/760))/(R*T))
+printf('P1=%.3f torr',P1)
+
+//page 29