summaryrefslogtreecommitdiff
path: root/632/CH6/EX6.5
diff options
context:
space:
mode:
Diffstat (limited to '632/CH6/EX6.5')
-rwxr-xr-x632/CH6/EX6.5/example6_5.pngbin0 -> 10196 bytes
-rwxr-xr-x632/CH6/EX6.5/example6_5.sce9
2 files changed, 9 insertions, 0 deletions
diff --git a/632/CH6/EX6.5/example6_5.png b/632/CH6/EX6.5/example6_5.png
new file mode 100755
index 000000000..febf5c960
--- /dev/null
+++ b/632/CH6/EX6.5/example6_5.png
Binary files differ
diff --git a/632/CH6/EX6.5/example6_5.sce b/632/CH6/EX6.5/example6_5.sce
new file mode 100755
index 000000000..fc6cf4d74
--- /dev/null
+++ b/632/CH6/EX6.5/example6_5.sce
@@ -0,0 +1,9 @@
+//clc()
+T = [273 293 313 323 333 353 373];
+Ps = [0.61 2.33 7.37 12.34 19.90 47.35 101.3];
+plot2d('ll',T,Ps,rect=[250,0.1,380,195]);
+P = get("hdl");
+xtitle('Construction of cox chart','Temperature, K','Pressure, kPa');
+T1 = [273 353]
+Ps1 = [8.52 194.9]
+plot2d('ll',T1,Ps1); \ No newline at end of file