Charles Greathouse on Fri, 14 Nov 2014 17:07:33 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Thue equations


I don't know if PARI can give solutions with S-units, but thue/thueinit solve Thue equations.

thue(x^3-7*x^2+x+1,8)

lists the solutions to x^3 - 7x^2y + xy^2 + y^3 = 8.

Charles Greathouse
Analyst/Programmer
Case Western Reserve University

On Fri, Nov 14, 2014 at 10:54 AM, John Cremona <john.cremona@gmail.com> wrote:
What method would pari/gp use to solve  a (cubic) Thue equation?
S-units?  Is this documented?

John