polroots
Find complex roots of a polynomial by providing its expression. Returns all roots in the complex plane.
Instructions
Compute the complex roots of a polynomial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pol | Yes | Polynomial as a string (e.g., "x^3 - 1"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |