solve
Solves an equation for a specified variable and returns the solutions.
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 |