Thue Solve - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


NumberTheory

  

ThueSolve

  

solutions to a Thue equation or inequality

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ThueSolve(expr)

ThueSolve(expr, bound = b)

ThueSolve(expr, vars, bound = b)

Parameters

expr

-

Thue equation or Thue inequality

vars

-

set of two names

bound = b

-

(optional) keyword argument where b is a positive integer; defaults to

Description

• 

The ThueSolve function computes all the solutions to a Thue equation or inequality.

• 

Let  be a binary form with integer coefficients and irreducible over the rationals. A binary form is a bivariate polynomial where every term has the same degree. Let  be an integer. A Thue equation has the form  and a Thue inequality has the form .

• 

If the degree of  is less than , then isolve is used to find the solutions. Otherwise, there exists a finite number of solutions and this command finds all solutions  given the constraint .

Examples

(1)

The variables may be explicitly given.

(2)

Setting infolevel to  or greater will give additional information when solutions do not exist or when solving a Thue inequality.

(3)

ThueSolve:   try the following constant terms   -3, -1, 0, 1, 3

(4)

ThueSolve:   equality holds for the follow constant terms   0, 1

(5)

Compatibility

• 

The NumberTheory[ThueSolve] command was introduced in Maple 2016.

• 

For more information on Maple 2016 changes, see Updates in Maple 2016.

See Also

isolve

NumberTheory

 


Download Help Document