Interpolating function?
Does Sage (or python) have anything similar to the MMA InterpolatingFunction?
In other words, I have a 2 dimensional table of data, and I want to create the function u(x,t) such that I can fill it in with the data I have, and then plot it, and do whatever numeric operations with it.
I hope the question makes sense.