MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Interpolation with vectors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84664] Interpolation with vectors
  • From: dh <dh at metrohm.ch>
  • Date: Tue, 8 Jan 2008 06:42:41 -0500 (EST)


Hello,

under Interpolation you find in the manual:

"Interpolation[{{x1,f1},{x2,f2}..}] The fi can be lists or arrays of any 

dimension."

well, try an example:

Interpolation[{{1,{1,1}},{2,{1,2}}},InterpolationOrder->1][1.5]

this returns a scalar of 0.875 instead of a vector!

Am I fooling myself?

Daniel Huber




  • Prev by Date: Re: Give a list of options in Mathematica 6
  • Next by Date: Re: Prime Number Calculation
  • Previous by thread: Re: Mathematica 6.0.1: problems with Beta Negative Binomial
  • Next by thread: Re: Interpolation with vectors