sympy_diohyp
Solve Diophantine equations by providing a SymPy expression equal to zero. This tool finds integer solutions to polynomial equations with integer coefficients.
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 |