Newton’s interpolating polynomials of order 1 through 4.

조회 수: 1 (최근 30일)
Moon Shadow
Moon Shadow 2016년 11월 28일
댓글: KSSV 2016년 11월 29일
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
Hildo
Hildo 2016년 11월 28일
If you don't need the implementation code, you can use the Curve Fitting Toolbox or/and its internal functions.
KSSV
KSSV 2016년 11월 29일
Home Work....

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by