find_root
Find a numeric root of an equation within a given interval. Specify expression and bounds to compute the solution.
Instructions
Find a numeric root of an expression in a given interval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Named workspace to use. Workspaces have independent variables; omit for 'default'. | 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 | |||