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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Number Theory : Inhomogeneous Diophantine

NumberTheory

  

InhomogeneousDiophantine

  

inhomogeneous Diophantine approximation

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

InhomogeneousDiophantine(ineqs, xvars, yvars)

InhomogeneousDiophantine(cfs, alpha, real_errors)

InhomogeneousDiophantine(cfs, alpha, adicities, padic_errors)

Parameters

ineqs

-

inequality or set of inequalities with abs or valuep

xvars

-

name or set of names

yvars

-

name or set of names

cfs

-

convertible to a Matrix of real numbers

alpha

-

convertible to a Vector of real numbers

adicities

-

convertible to a Vector of prime numbers

real_errors

-

convertible to a Vector of real numbers

padic_errors

-

convertible to a Vector of positive integers

Description

• 

The InhomogeneousDiophantine function finds a solution  over the integers to a set of inequalities of the form

  

or

  

where  is the p-adic valuation.

• 

The inequalities can be described explicitly, corresponding to the first calling sequence, or implicitly, corresponding to the other calling sequences.

• 

If the first calling sequence is used, then the return value is of the form

• 

If the other calling sequences are used, then the return value is a two-element list corresponding to the x values and the y values,

Examples

(1)

An equivalent Matrix form calling sequence is:

(2)

The solutions may be different but both are valid.

(3)

The error list for the p-adic cases are negatives of the exponents on the adicities.

(4)

Compatibility

• 

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

• 

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

See Also

isolve

NumberTheory

NumberTheory[HomogeneousDiophantine]

padic[valuep]

 


Download Help Document