find_root
Compute a numeric root of a mathematical expression within a specified interval. Solve equations by finding the x-value where the expression equals zero.
Instructions
Find a numeric root of an expression in a given interval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variable | No | Variable | x |
| expression | Yes | Expression to find root of (e.g. 'x - cos(x)') | |
| lower_bound | No | Left bound of search interval | |
| upper_bound | No | Right bound of search interval |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||