solve_equation
Solve single equations or systems of equations for specified variables, returning symbolic or exact solutions using SageMath.
Instructions
Solve an equation or system of equations
Input Schema
| Name | Required | Description | 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 | |||