I have tables of data stored as text files. There are four variables, a, b, c and d, which eventually produce a thermodynamic property, e. Thus, z = fn(a,b,c,d,e). The text files that contain the data are arranged in columns with headers.
Problem is, interpolation; so far, i've been using...