Difference between revisions of "TaylorPolynomial Command"

From GeoGebra Manual
Jump to: navigation, search
(added v.4)
Line 2: Line 2:
 
{{command|function}}
 
{{command|function}}
 
; TaylorPolynomial[Function, Number a, Number n]: Creates the power series expansion for the given function about the point ''x = a'' to order ''n''.
 
; TaylorPolynomial[Function, Number a, Number n]: Creates the power series expansion for the given function about the point ''x = a'' to order ''n''.
 +
:{{example| 1=<div><code><nowiki>TaylorPolynomial[x^2, 3, 1]</nowiki></code> gives ''6 x - 9'', the power series expansion of ''x<sup>2</sup>'' at ''x = 3'' to order ''1''.</div>}}

Revision as of 11:16, 22 July 2011


TaylorPolynomial[Function, Number a, Number n]
Creates the power series expansion for the given function about the point x = a to order n.
Example:
TaylorPolynomial[x^2, 3, 1] gives 6 x - 9, the power series expansion of x2 at x = 3 to order 1.
© 2024 International GeoGebra Institute