Interpolation --- help
- To: mathgroup at smc.vnet.net
- Subject: [mg26029] Interpolation --- help
- From: Lawrence Walker <lwalker701 at earthlink.net>
- Date: Fri, 17 Nov 2000 04:07:40 -0500 (EST)
- Organization: Morgan State University: COMSARE
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
I entered the following:
Interpolation[
{{1, 1, 1}, {2, 1, 2}, {3, 1, 3}, {4, 1, 4},
{1, 2, 1}, {2, 2, 2}, {3, 2, 3}}]
I get this error --
Interpolation::inpts: "The total number of data points is
not a multiple of the number of points in dimension."
How do I get the Interpolation function to work with this
type of dataset?
Thanks,
Lawrence