solve_expression
Solve algebraic equations for a specified variable, finding roots or crossover points. Provide an expression like 'x**2 - 4 = 0' to get the solution.
Instructions
Solve for a root or crossover: 'x*2 - 4 = 0', '2x + 1 = 7'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| var | No | x | |
| expr | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||