MathGroup Archive 2010

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

Search the Archive

interpolation problem with 2dimensional function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107737] interpolation problem with 2dimensional function
  • From: Regina <regina.lagrasta at googlemail.com>
  • Date: Thu, 25 Feb 2010 01:52:00 -0500 (EST)

i have the following problem:
i have two functions: f[Q] and x[Q] and i want f[x]. i cant invert
x[Q], so i do this like this:
fx=Interpolation[Table[{x[Q],f[Q]},{Q,0,10,0.1}]]
this work fine.
but now my function depends on 2 variables: f[Q,R] with given x[Q] and
y[R]. How can i now interpolate the function f[x,y]?
(I tried 'ListInterpolation' but couldnt find a solution)
any help appreciated.


  • Prev by Date: Re: detection of automatic range of plot?
  • Next by Date: Re: detection of automatic range of plot?
  • Previous by thread: Re: Typsetting
  • Next by thread: Re: interpolation problem with 2dimensional function