diff options
Diffstat (limited to '2267/CH7/EX7.6/ex7_6.sce')
-rwxr-xr-x | 2267/CH7/EX7.6/ex7_6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2267/CH7/EX7.6/ex7_6.sce b/2267/CH7/EX7.6/ex7_6.sce new file mode 100755 index 000000000..f11c6f0ae --- /dev/null +++ b/2267/CH7/EX7.6/ex7_6.sce @@ -0,0 +1,8 @@ +//Part A Chapter 7 Example 6
+clc;
+clear;
+close;
+p=2;//MPa
+T=500+273.15;//K
+dh_by_ds=T;//for constant pressure
+disp("Slope of an isobar is "+string(dh_by_ds));
|