Newton's Method for Divided Differences.

Version 1.0.0.0 (1,58 KB) von T. R.
Newton's Method for Divided Differences.
4,7K Downloads
Aktualisiert 15. Jul 2010

Lizenz anzeigen

Newton's Method for Divided Differences.

The following formula is solved:
Pn(x) = f(x0) + f[x0,x1](x-x0) + f[x0,x1,x2](x-x0)(x-x1) + ... + f[x0,x1,..,xn](x-x0)(x-x1)..(x-x[n-1])
Where:
f[x0,x1] = (f(x1-f(x0))/(x1-x0)
f[x0,x1,..,xn] = (f[x1,..,xn]-f[x0,..,x_[n-1]])/(xn-x0)

Zitieren als

T. R. (2024). Newton's Method for Divided Differences. (https://www.mathworks.com/matlabcentral/fileexchange/28215-newton-s-method-for-divided-differences), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2006b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Systems of Nonlinear Equations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0