diophantine-equation
There are 9 repositories under diophantine-equation topic.
Mangara/diophantine
Solve linear and quadratic diophantine equations in two variables: Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0
ShrohanMohapatra/PackMFCS
A set of python programs that can be used by early learners of the Mathematical Foundations of Computer Sciences (courtesy: Introduction to the Theory of Computation by Michael Sipser)
CrissNamon/soldeea
Encryption algorithm based on system of linear diophantine equations resistant to quantum algorithms
kevduc/diophantine
🧮 Solve linear Diophantine equations of the form ax + by = c
aloncat/ilwn
iLWN (In Love With Numbers) project repository. Contains source code (all subprojects + website) and documentation.
dudinda/Derivative-of-a-function
A method to find a derivative of a function at x = 0 via its series and a diophantine equation
mohnark/diophanthine-qgis
Diophantine equation, equation involving only sums, products, and powers in which all the constants are integers and the only solutions of interest are integers. For example, 3x + 7y = 1 or x2 − y2 = z3, where x, y, and z are integers. Solved in Qgis console using user input
PhoenixSmaug/taxicab-numbers
A Julia solver for the general diophantine taxicab equation using heaps for linear storage usage.