Is there a module in Sage to solve 2 unknowns in diophantine equations?
For instance, ax+by=c
where a,b,c
are known
I tried basic extended euclidean algorithm but my numbers are too large.
Is there a module in Sage to solve 2 unknowns in diophantine equations?
For instance, ax+by=c
where a,b,c
are known
I tried basic extended euclidean algorithm but my numbers are too large.
Two ways of solving diophantine equations in Sage are
See the answers to these two Ask Sage questions: