summaryrefslogtreecommitdiff
path: root/2267/CH7/EX7.6/ex7_6.sce
blob: f11c6f0ae68d1bbb7edef2544c4a87ea47df14fc (plain)
1
2
3
4
5
6
7
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));