numtheory[minkowski] - solve Minkowski's linear forms (homogeneous diophantine approximation)
|
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
|
|
•
|
This function finds a solution over the integers to a set of inequalities of the form
|
|
where .
|
•
|
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
|
|
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
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?