diophantine: A quadratic diophantine equation solving library.
A library for solving quadratic diophantine equations.
This library is designed to solve for equations where:
The form is: ax^2 + bxy + cy^2 + dx + ey + f = 0
a,b,c,d,e,f are integers.
Solutions are restricted to x and y are also integers.
This library breaks down equations based on their type to solve them most efficiently. This library supports linear, simple hyperbolic, eliptical, and parabolic equations, with hyperbolics on the way.
Please send feedback or bugs to joejev@gmail.com.
[Skip to Readme]
Downloads
- diophantine-0.2.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0 |
---|---|
Dependencies | array (>=0.5.0.0), base (>=4.7 && <5) [details] |
License | GPL-2.0-only |
Copyright | Joe Jevnik 2014 |
Author | Joe Jevnik |
Maintainer | Joe Jevnik <joejev@gmail.com> |
Category | Math |
Home page | https://github.com/llllllllll/Math.Diophantine |
Source repo | head: git clone https://github.com/llllllllll/Math.Diophantine.git |
Uploaded | by joejev at 2014-11-24T03:48:25Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2640 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |