Padé approximant: Difference between revisions

From Calculus
No edit summary
No edit summary
 
Line 22: Line 22:


where <math>a_0,a_1,\dots,a_m,b_1,b_2,\dots,b_n</math> are all real numbers, and where <math>f^{(j)}(0) = R^{(j)}(0)</math> for <math>j \in \{ 0, 1,2,\dots,m+n\}</math>.
where <math>a_0,a_1,\dots,a_m,b_1,b_2,\dots,b_n</math> are all real numbers, and where <math>f^{(j)}(0) = R^{(j)}(0)</math> for <math>j \in \{ 0, 1,2,\dots,m+n\}</math>.
{{under construction check wikipedia}}

Latest revision as of 00:57, 2 May 2014

Definition

About a general point and for a given order

Suppose f is a function, x0 is a point in the domain of f, and m,n are (possibly equal, possibly distinct) nonnegative integers. Suppose further that f is at least m+n times differentiable at x0.

The Padé approximant to f of order [m/n] at x0 is a rational function of the form:

R(x)=a0+a1(xx0)+a2(xx0)2++am(xx0)m1+b1(xx0)++bn(xx0)n

where ai,bj are all real numbers, and where f(j)(x0)=R(j)(x0) for j{0,1,2,,m+n}.

About the point 0 and for a given order

This definition adapts the previous one for the case x0=0.

Suppose f is a function and m,n are (possibly equal, possibly distinct) nonnegative integers. Suppose further that f is at least m+n times differentiable at 0.

The Padé approximant to f of order [m/n] at 0 is a rational function of the form:

R(x)=a0+a1x+a2x2++amxm1+b1x++bnxn

where a0,a1,,am,b1,b2,,bn are all real numbers, and where f(j)(0)=R(j)(0) for j{0,1,2,,m+n}.

This page is under construction. In the interim, please check the corresponding Wikipedia page.