solve_equation
Find exact solutions to single equations or systems of equations for specified variables. Solves symbolically with support for multiple variables and equation lists.
Instructions
Solve an equation or system of equations
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 |
| equation | Yes | Equation string (e.g., 'x^2 - 1 = 0') or list of equations for systems | |
| variable | No | Variable or list of variables to solve for | x |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||