polrootsmod
Find all roots of a polynomial modulo a prime p. Useful for number theory and algebraic computations.
Instructions
Compute the roots of a polynomial modulo p.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p | Yes | Prime modulus. | |
| pol | Yes | Polynomial as a string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |