Solving the diophantine equation ax2 + bxy + cy2 + dx + ey +f = 0, where a > 0, b2 - 4ac < 0
This program uses completion of the square as in L.K. Hua, Introduction to number theory, p.278.
This is a BCMath version of BC function ssw1 located at posformrep.
Last modified 15th March 2015
Return to main page