插值與擬合-----外文翻譯.doc
約44頁DOC格式手機打開展開
插值與擬合-----外文翻譯,we can apply this formula to get the polynomial approximation directly fora given function f (x), without having to resort to the lagrange or newtonpolynomial. ...
內(nèi)容介紹
此文檔由會員 wanli1988go 發(fā)布
We can apply this formula to get the polynomial approximation directly for
a given function f (x), without having to resort to the Lagrange or Newton
polynomial. Given a function, the degree of the approximate polynomial, and the
left/right boundary points of the interval, the above MATLAB routine “cheby()”
uses this formula to make the Chebyshev polynomial approximation.
The following example illustrates that this formula gives the same approximate
polynomial function as could be obtained by applying the Newton polynomial
with the Chebyshev nodes.
我們能夠運用這個公式直接得到給定函數(shù)f(x)的近似多項式估計,沒有必要采取拉格朗日或牛頓多項式。給定一個函數(shù)、多項式次數(shù)以及區(qū)間的左右邊界點,上面提到的MATLAB程序“cheby()”可以利用這個公式得到切比雪夫近似多項式。
以下的例子闡述了利用這個公式得到的相同的近似多項式,也可以利用切比雪夫節(jié)點的牛頓多項式得到。
a given function f (x), without having to resort to the Lagrange or Newton
polynomial. Given a function, the degree of the approximate polynomial, and the
left/right boundary points of the interval, the above MATLAB routine “cheby()”
uses this formula to make the Chebyshev polynomial approximation.
The following example illustrates that this formula gives the same approximate
polynomial function as could be obtained by applying the Newton polynomial
with the Chebyshev nodes.
我們能夠運用這個公式直接得到給定函數(shù)f(x)的近似多項式估計,沒有必要采取拉格朗日或牛頓多項式。給定一個函數(shù)、多項式次數(shù)以及區(qū)間的左右邊界點,上面提到的MATLAB程序“cheby()”可以利用這個公式得到切比雪夫近似多項式。
以下的例子闡述了利用這個公式得到的相同的近似多項式,也可以利用切比雪夫節(jié)點的牛頓多項式得到。