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));