Trilinear interpolation in mathcad prime?
Trilinear interpolation in mathcad prime?
(OP)
Hi all!
I'm attempting perform linear interpolation with 3 independent variables, like so:

The goal is to extract the rows corresponding to d0..d3 based on the inputs a, b and c.
Here is a simple test data set that I have put together:
Excel sheet here
I have done interpolation with 2 independent variables using the Bicubic2D function, but this get's me lost. My best attempt now is to do a simple linear interpolation ('a' to find 'b'), then use the Bicubic2D function to find the dependent variable.
Any tips or hints or resources to help me along the way?
Cheers
I'm attempting perform linear interpolation with 3 independent variables, like so:

The goal is to extract the rows corresponding to d0..d3 based on the inputs a, b and c.
Here is a simple test data set that I have put together:
Excel sheet here
I have done interpolation with 2 independent variables using the Bicubic2D function, but this get's me lost. My best attempt now is to do a simple linear interpolation ('a' to find 'b'), then use the Bicubic2D function to find the dependent variable.
Any tips or hints or resources to help me along the way?
Cheers
RE: Trilinear interpolation in mathcad prime?
I do not see how you can generate your values for each e without some underlying data or equation. That is, what are you fitting?
So I think you need to explain what you are trying to do. AT the moment all I've got is wall of numbers with no rationale. Using a cubic function when you say you want linear interpolation sounds a bit sus.
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: Trilinear interpolation in mathcad prime?
It can be done using linear interpolation as well as cubic spline interpolation and the tabled data has to be provided in a special way.
You may search that forum but the search function often is of not much help and so you may consider posting your question there in a new thread. I am sure someone will be able to come up with the solution functions you need.
RE: Trilinear interpolation in mathcad prime?