explore-diophantine-equations
Installation
SKILL.md
Explore Diophantine Equations
Solve Diophantine equations -- polynomial equations where only integer solutions are sought. Classify the equation by type, test for solvability, find particular and general solutions, and generate solution families. Covers linear equations, Pell equations, Pythagorean triples, and general quadratic forms.
When to Use
- Finding all integer solutions to a linear equation ax + by = c
- Solving Pell's equation x^2 - Dy^2 = 1 (or = -1)
- Generating Pythagorean triples or other parametric integer families
- Proving that a given equation has no integer solutions (via modular constraints)
- Testing solvability of a general quadratic Diophantine equation
- Finding the fundamental solution from which all others are generated