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?