MathGroup Archive 2011

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

Search the Archive

Interpolation of a tabulated function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg115538] Interpolation of a tabulated function
  • From: girl17 <irexxy at gmail.com>
  • Date: Fri, 14 Jan 2011 06:16:31 -0500 (EST)

So, I have a list for tabulated function like that:
{{x1,y1},{x2,y2},...,{xn,yn}}, where x(i+1)-xi are not equal for all i.
I want to get an interpolated function for that array and to use this function in this way: intFucn[x], where x1<=x<=xn.
I tried to use ListInterpolation[], but it works only for 1D lists, i.e. in case if x(i+1)-xi are equal for all i.
Is there any solution for this problem?


  • Prev by Date: Inverse function
  • Next by Date: Re: DesignerUnits 2011-01-08 for Mathematica 8, 7, 6
  • Previous by thread: Re: Inverse function
  • Next by thread: Re: Interpolation of a tabulated function