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.
Details
-
Mangara
- December 21, 2022
- 3 dependencies
- Apache License 2.0
Assets
- diophantine-1.0-sources.jar.md5
- diophantine-1.0-sources.jar.sha1
- diophantine-1.0-sources.jar
- diophantine-1.0-javadoc.jar.md5
- diophantine-1.0-javadoc.jar.sha1
- diophantine-1.0-javadoc.jar
- diophantine-1.0.pom.md5
- diophantine-1.0.pom.sha1
- diophantine-1.0.pom
- diophantine-1.0.jar.md5
- diophantine-1.0.jar.sha1
- diophantine-1.0.jar
Download activity
- Total downloads 1
- Last 30 days 0
- Last week 0
- Today 0
Recent versions
-
1.0
Dec 21, 2022 -
1.0-SNAPSHOT
Dec 1, 2022