Skip to content

io.github.mangara.diophantine 1.0 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.mangara</groupId>
  <artifactId>diophantine</artifactId>
  <version>1.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

A solver for linear and quadratic diophantine equations.

In particular, it finds integer solutions (x, y) to the general quadratic equation ax^2 + bxy + cy^2 + dx + ey + f = 0 with integer coefficients a, b, c, d, e, and f.