数学专业外文翻译---插值与拟合
《数学专业外文翻译---插值与拟合》由会员分享,可在线阅读,更多相关《数学专业外文翻译---插值与拟合(44页珍藏版)》请在毕设资料网上搜索。
1、PADE APPROXIMATION BY RATIONAL FUNCTION 129 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
2、 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. Exa
3、mple 3.1. Approximation by Chebyshev Polynomial. Consider the problem of finding the second-degree (N = 2) polynomial to approximate the function 2( ) 1 /(1 8 )f x x. We make the following program do_cheby.m, which uses the MATLAB routine cheby() for this job and uses Lagrange/Newton polynomial with
4、 the Chebyshev nodes to do the same job. Readers can run this program to check if the results are the same. 3.4 PADE APPROXIMATION BY RATIONAL FUNCTION Pade approximation tries to approximate a function f (x) around a point xo by a rational function 00, 00 0 2 00 1 20 0 2 012()()()( ) ( ) ( )1 ( ) (
5、 ) ( )MMNNMMNNQ x xp x xD x xq q x x q x x q x xd x x d x x x x d (3.4.1) where 0 0 ( 2 ) 0 ( ) 0( ) , ( ) , ( ) , , ( )MNf x f x f x f x are known. How do we find such a rational function? We write the Taylor series expansion of f (x) up to degree M + N at x = xo as 130 INTERPOLATION AND CURVE FITT
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数学 专业 外文 翻译 拟合
