Expand description
Taylor / Maclaurin series (Calculus plan §4.2) — the series of a CAS expression
about a point, by repeated symbolic differentiation. cₖ = f⁽ᵏ⁾(a)/k!.
Functions§
- taylor_
coefficients - Taylor coefficients
[c₀, …, c_order]offaboutx = a.Noneif any derivative fails to evaluate ata(e.g. a singularity there). - taylor_
eval - Evaluate the truncated Taylor polynomial
Σ cₖ (x−a)ᵏatx.