series_expansion
Compute a Taylor or Laurent series expansion of an expression at a given point, with control over variable and number of terms.
Instructions
Compute a Taylor/Laurent series expansion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | Number of terms in the expansion | |
| point | No | Point around which to expand | 0 |
| session | No | Named workspace to use. Workspaces have independent variables; omit for 'default'. | default |
| variable | No | Variable for expansion | x |
| expression | Yes | Expression to expand in series |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||