sympy_series
Compute series expansions for mathematical expressions to approximate functions around specific points using symbolic algebra.
Instructions
Compute series expansion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression | |
| variable | No | Variable to expand around | x |
| point | No | Point to expand around | 0 |
| order | No | Order of expansion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |