find_root
Locate a numeric root of an expression or equation within a specified interval, useful for solving equations numerically when exact solutions are unavailable.
Instructions
Find a numeric root of an expression or equation in a given interval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Workspace to use, as a name or a portable handle. Workspaces have independent variables. A name is scoped to this MCP session; a handle returned by start_sage_session (workspace_token) reaches the same workspace across reconnects and is a bearer credential -- keep it secret. Omit for 'default'. | default |
| variable | No | Variable | x |
| expression | Yes | Expression or equation to find a root of (e.g. 'x - cos(x)', or 'E - 0.6*sin(E) = 0.75') | |
| lower_bound | No | Left bound of search interval | |
| upper_bound | No | Right bound of search interval |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||