solve_equation
Solve single equations or systems of equations for specified variables, using symbolic computation from SageMath.
Instructions
Solve an equation or system of equations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Named workspace to use. Workspaces have independent variables; 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 | |||