Salut,
J'ai compris l'interpolation de Lagrange, mais j'ai dû mal avce celle de Newton:
J'aimerais savoir comment on la calcule svp:
L[a0,a1,...,ad;f](x) = SOMME (i = 0, i ->d) de x^i * f[a0,..,ai]
Mais comment on trouve f[a0,..,ai] svp?
http://mathworld.wolfram.ram.com/DividedDifference.html
C'est bien expliqué je trouve içi.