Newton’s interpolating polynomials of order 1 through 4.

2 vues (au cours des 30 derniers jours)
Moon Shadow
Moon Shadow le 28 Nov 2016
Commenté : KSSV le 29 Nov 2016
x=[1 2 3 5 7 8];
fx=[3 6 19 99 291 444];
Calculate f (4) using Newton’s interpolating polynomials of order 1 through 4.
  2 commentaires
Hildo
Hildo le 28 Nov 2016
If you don't need the implementation code, you can use the Curve Fitting Toolbox or/and its internal functions.
KSSV
KSSV le 29 Nov 2016
Home Work....

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Polynomials dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by