solve_expression
Find the root or crossover point of an equation by providing an expression like 'x**2 - 4 = 0' and an optional variable. Returns the solution value for the unknown.
Instructions
Solve for a root or crossover: 'x**2 - 4 = 0', '2*x + 1 = 7'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| var | No | x | |
| expr | Yes |