Skip to main content

Module taylor

Module taylor 

Source
Expand description

Taylor series expansion — approximate any function as a polynomial.

Functions§

taylor_eval
Evaluate a Taylor series numerically (direct computation, no symbolic overhead).
taylor_expand
Compute the Taylor series expansion of expr around x=a to order n. Returns a polynomial expression.