IntegerRelations[LinearDependency] - find an integer dependence (relation)
|
Calling Sequence
|
|
LinearDependency(v,opts)
|
|
Parameters
|
|
v
|
-
|
list or Vector of (complex) floating-point numbers
|
opts
|
-
|
(optional); equation of the form method=LLL or method=PSLQ specifying the algorithm used
|
|
|
|
|
Description
|
|
•
|
By default, Bailey and Ferguson's PSLQ (Partial Sum of Least Squares) algorithm is used.
|
•
|
The optional argument method=LLL specifies that the LLL (Lenstra-Lenstra-Lovasz) lattice basis reduction algorithm be used.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
| (16) |
>
|
|
| (17) |
|
|
Download Help Document
Was this information helpful?