taylor_series
Compute Taylor series expansions of mathematical functions around specified points to approximate function values using derivatives.
Instructions
Compute Taylor series expansion of a function around a point (Domain: numerical, Category: series)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f | Yes | ||
| derivatives | Yes | ||
| a | Yes | ||
| x | Yes | ||
| n | Yes |