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