Solve Equation
solve_equationSolves algebraic equations symbolically and returns solutions with proof steps.
Instructions
Solve an algebraic equation symbolically and return solutions with proof steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equation | Yes | A math equation to solve. Examples: 'x^2 + 2x - 8 = 0', 'Solve 3x + 5 = 20', 'Find x if 2x - 7 = 3' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |