6.1 The Power Form versus the Newton Form

   

 
Java Number Cruncher: The Java Programmer's Guide to Numerical Computing
By Ronald  Mak

Table of Contents
Chapter  6.   Interpolation and Approximation

6.1 The Power Form versus the Newton Form

We are familiar with the power form of a polynomial of degree n:

graphics/06equ01.gif


We'll use the subscript n after the name of the function to indicate the function's degree, its highest exponent of x.

Another polynomial form is the Newton form:

graphics/06equ02.gif


which is computationally convenient because of the way the ( x - x i ) products accumulate from one term to the next?awe simply multiply the previous product by the next ( x - x i ). The x i constants are called centers. We'll use the Newton form to represent polynomial interpolation functions. [1]

[1] The Newton form is actually equivalent to the power form, which you can discover by multiplying out the terms and reorganizing them. And, yes, this is the same Isaac Newton of the algorithm for finding roots described in Chapter 5.


   
Top
 


Java Number Cruncher. The Java Programmer's Guide to Numerical Computing
Java Number Cruncher: The Java Programmers Guide to Numerical Computing
ISBN: 0130460419
EAN: 2147483647
Year: 2001
Pages: 141
Authors: Ronald Mak

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net