sympy_diohyp
Find integer solutions to polynomial equations by providing an expression set to zero.
Instructions
Solve a Diophantine equation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | A SymPy expression equal to zero, e.g., "x**2 + y**2 - 25" (not "x**2 + y**2 = 25") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |