solve
Find solutions to algebraic equations by providing an equation and variable. Returns exact values for the specified unknown, such as x for x^2 - 4 = 0.
Instructions
Solve an equation. Example: solve('x^2 - 4 = 0', 'x') returns the solutions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equation | Yes | Equation to solve | |
| variable | Yes | Variable to solve for |