solve
Need solutions to an equation? Provide the equation and the variable to solve for, and receive exact solutions in return.
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 |