56 3. interpolation and polynomial approximation an ...facstaff.cbu.edu › wschrein › media ›...

1
56 3. INTERPOLATION AND POLYNOMIAL APPROXIMATION An algorithm in pseudocode for implementing Newton’s divided-di↵erences follows. Maple. See divideddi↵alg.mw or divideddi↵alg.pdf for the implementation of this pseudocode as a Maple procedure. To use the algorithm in problem solving, see dd.mw or dd.pdf .

Upload: others

Post on 28-Jun-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 56 3. INTERPOLATION AND POLYNOMIAL APPROXIMATION An ...facstaff.cbu.edu › wschrein › media › M329 Notes › M329L56.pdf · 56 3. INTERPOLATION AND POLYNOMIAL APPROXIMATION An

56 3. INTERPOLATION AND POLYNOMIAL APPROXIMATION

An algorithm in pseudocode for implementing Newton’s divided-di↵erencesfollows.

Maple. See divideddi↵alg.mw or divideddi↵alg.pdf for the implementationof this pseudocode as a Maple procedure. To use the algorithm in problemsolving, see dd.mw or dd.pdf.