Description: Define the Taylor polynomial of a function. The constant Tayl is a function of five arguments: S is the base set with respect to evaluate the derivatives (generally RR or CC ), F is the function we are approximating, at point B , to order N . The result is a polynomial function of x .
This "extended" version of taylpfval additionally handles the case N = +oo , in which case this is not a polynomial but an infinite series, the Taylor series of the function. (Contributed by Mario Carneiro, 30-Dec-2016)
Ref | Expression | ||
---|---|---|---|
Hypotheses | taylfval.s | |
|
taylfval.f | |
||
taylfval.a | |
||
taylfval.n | |
||
taylfval.b | |
||
taylfval.t | |
||
Assertion | taylfval | |