factor_expression
Factor mathematical expressions or integers into prime factors or simpler terms, helping simplify polynomials and solve equations.
Instructions
Factor a mathematical expression or integer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |
| expression | Yes | Expression to factor (e.g., 'x^2 - 1' or '60') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||