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.

Enter a (nonzero & > 0):
Enter b:
Enter c:
Enter d:
Enter e:
Enter f:

Last modified 15th March 2015
Return to main page