The Exact Polynomials Program


This program generates a polynomial that intersects all the entered points. You can then use the program to determine values for additional x values.


Introduction

The Exact Polynomials program uses the Divided Differences method to compute a polynomial that fits all the entered data points.

You must partition the calculator for at least 74 data registers before running the program.

The program can accept up to 21 data points. The polynomial generated has the lowest order that can intersect all the points, with a maximum order of 20.

Reference

Handbook of Engineering Fundamentals, Ovid W. Eshbach, John Wiley & Sons, Inc. 1954.
Back