|
Hallo,aus Gründen der Faulheit nur ein 2d Beispiel
InterpolatingPolynomial[
InterpolatingPolynomial[#, u] & /@
Table[{x + i*h, f[i, j]}, {j, -1, 1}, {i, -1, 1}], v]Gruß Jens ----- Original Message ----- From: "klamser" <klamser@XXXXXXX.de> To: <demug@XXXXXXX.ch> Sent: Wednesday, February 16, 2005 9:13 PM Subject: InterpolatingPolynomial in 3 Dimensionen Hallo, |