InterpolatingPolynomial error message
- To: mathgroup at smc.vnet.net
- Subject: [mg115695] InterpolatingPolynomial error message
- From: VICTOR <victor.herasme at gmail.com>
- Date: Tue, 18 Jan 2011 05:52:50 -0500 (EST)
- Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
Hi, i am trying to get a function for this data set: data={{105,1.5,33.0127},{110,1.5,32.2962},{115,1.5,31.6448},{120,1.5,31.054},{125,1.5,30.5196},{130,1.5,30.0374},{135,1.5,29.6036},{140,1.5,29.2143},...} i execute the command: P=InterpolatingPolynomial[data,{x,y,z}]; And i get this error message: InterpolatingPolynomial::ipab: Abscissa specification 105 in {105,1.5,33.0127} is not a point in 3 dimensions. >> I dond't know what's going on. Can anyone help me please ? Regards, Victor