请输入您要查询的字词:

 

单词 DividedDifferenceTable
释义

divided difference table


In numerical work involving divided differencesMathworldPlanetmath, whencomputing the divided differences of a tabulatedfunction, it is convenient to arrange the divideddifferences of a function f in a table like so:

x0f(x0)Δ1f[x0,x1]x1f(x1)Δ2f[x0,x1,x2]Δ1f[x1,x2]Δ3[x0,x1,x2.x3]x2f(x2)Δ2f[x1,x2,x3]Δ1f[x2,x3]x3f(x3)

The arrangement of this table makes it easy to computethe divided differences. Also, once such a table hasbeen computed, one can read off the coefficients in thedivided difference interpolation formula as the topentries in the various columns.

To explain the computation, as well as to program it on acomputer, it is convenient to label the locations in ourtable with pairs of integers like so:

*(0,0)*(0,1)*(1,1)(0,2)*(1,2)(0,3)*(2,2)(1,3)*(2,3)*(3,3)

For convenience, introduce the notation Δij todenote the entry of the difference table at location (i,j).Then, because of the recursion

Δn+1f[x0,x1,,xn+1]=Δnf[x1,x2,,xn+1]-Δnf[x0,x1,,xn]xn+1-x0,

we have

Δjj=f(xj)
Δij=Δi-1j-Δij-1xj-xi.

Using these formulae, we may systematically compute the divideddifference table as follows: The first and second column arejust the tabulation of our function, so we may write themdown immediately. Then we fill out the table one column at atime by using the formulaMathworldPlanetmathPlanetmath.

Let us illustrate with a simple example. Consider the followingchoices for f and x1:

f(x)=x2-4x+1
x0=2
x1=3
x2=5

We may write down our first two columns:

2-33-256

Now, we start filling in the next column, starting with Δ0 1.We take the differencePlanetmathPlanetmath of -2 and -3 and divide it by x1-x0. Since

(-2)-(-3)3-2=11=1,

we have

2-313-256  .

Next we fill in the entry Δ1 2. We take the difference of6 and -2 and divide it by x2-x1. Since

6-(-2)5-3=82=4,

we have

2-313-2456  .

Finally, we fill in the entry Δ0 2. We take the difference of4 and 1 and divide it by x2-x0. Since

4-15-2=33=1,

we have

2-313-21456  .

Thus, we have constructed our difference table.The top entries in the columns are -3,1,1 so,as per our earlier remark, the divided differenceinterpolation formula reads

f(x)=-3+(x-2)+(x-2)(x-3)
=1-4x+x2.

Since f is a second orderPlanetmathPlanetmath polynomial, this interpolationto second order is exact. There is no remainder and, uponsimplifying the expression, we recover our original polynomial.

随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/4 2:29:34