Re: multidimensional interpolation
- To: mathgroup at smc.vnet.net
- Subject: [mg61723] Re: multidimensional interpolation
- From: "Scout" <mathem at tica.org>
- Date: Thu, 27 Oct 2005 05:01:55 -0400 (EDT)
- References: <djn470$iti$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Lorenzo" <rimoldini at gmail.com> news:djn470$iti$1 at smc.vnet.net... > Owing to Mathematica 4 -- Help on Interpolation: > "Multidimensional data can be given in the form {{x1,y1,...,f1},...}.", > however, I cannot do: Interpolation[{{0,0,0},{1,1,1},{2,2,2}}] > Why? > Hi, you migth try to use ListInterpolation. It's similar to Interpolation, but provides a more convenient interface for multidimensional data. ~Scout~