series_expansion
Compute Taylor or Laurent series expansions of expressions around a point to approximate functions and analyze local behavior.
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 | Workspace to use, as a name or a portable handle. Workspaces have independent variables. A name is scoped to this MCP session; a handle returned by start_sage_session (workspace_token) reaches the same workspace across reconnects and is a bearer credential -- keep it secret. 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 | |||