Solve linear and quadratic diophantine equations in two variables: Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0
-
Updated
Dec 21, 2022 - Java
Solve linear and quadratic diophantine equations in two variables: Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0
Program finds a general formula, which gives all integer solutions to a two variable diophantine linear equation
Solves diophantine equations of the form Ax² + Bxy + Cy² +Dx + Ey +F = 0
KIT WS2018/19 – Solver of systems of linear diophantine equations in Java.
Add a description, image, and links to the diophantine-solver topic page so that developers can more easily learn about it.
To associate your repository with the diophantine-solver topic, visit your repo's landing page and select "manage topics."