numtheory(deprecated)/minkowski - 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 : numtheory(deprecated)/minkowski

numtheory(deprecated)

  

minkowski

  

solve Minkowski's linear forms (homogeneous diophantine approximation)

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

minkowski(ineqs, xvars, yvars)

minkowski(form, err)

Parameters

ineqs

-

inequality or a set of inequalities with abs and/or valuep (p-adic valuation)

xvars

-

variable or a set of variables

yvars

-

variable or a set of variables

form

-

list of lists of real numbers and/or p-adic numbers and primes

err

-

real number or a list of real numbers or list of positive integers

Description

• 

Important: The numtheory package has been deprecated.  Use the superseding command NumberTheory[HomogeneousDiophantine] instead.

• 

This function finds a solution x1,x2,,xn,y1,,ym over the integers to a set of inequalities of the form

|a11x1++a1nxny1|err1

..............

|aj1x1++ajnxnyj|errj

valuepaj+11x1++aj+1nxnyj+1,pj+1errj+1

..............

valuepam1x1++amnxnym,pmerrm

  

where 0jm.

• 

The inequalities can be described either explicitly, corresponding to the first calling sequence shown above (see the first two examples below) or implicitly, corresponding to the second calling sequence (see the last two examples below).

• 

If the first calling sequence is used (i.e., the inequalities are given explicitly), then the result is returned in the form

x1=...,...,xn=...,y1,...,...,ym=...

  

If the second calling sequence is used, the result is returned as a pair of lists, the first corresponding to the x values and the second corresponding to the y values.

• 

The command with(numtheory,minkowski) allows the use of the abbreviated form of this command.

Examples

Important: The numtheory package has been deprecated.  Use the superseding command NumberTheory[HomogeneousDiophantine] instead.

withnumtheory:

withpadic:

minkowskiabs313z1+πz2s2104,absexp1z1+212z2s1102,z1,z2,s1,s2

z1=7484,z2=−2534,s2=2833,s1=16760

(1)

minkowskiabsexp2x+πy+313zs105,abslog2x+log5y+312zr102,valueplog3x+log7y+log13zu,227,valuepsin5x+1log7y+exp5zv,559,x,y,z,r,s,u,v

x=−154525,y=−165325,z=147450,s=−1448518,r=−117798,u=−52,v=14613

(2)

minkowskiexp1,102

465,1264

(3)

minkowskiexp1,102

465,1264

(4)

minkowskilog5,log7,1log7,log11,log3,exp7,3,5,7,20,15,12

328700,11704900,395598,70177,−334904

(5)

See Also

isolve

NumberTheory[HomogeneousDiophantine]

numtheory(deprecated)[kronecker]