numtheory[migcdex] - compute solutions to the modulo N extended GCD problem
|
Calling Sequence
|
|
migcdex(N, a, b1, b2, ..., bn)
|
|
Parameters
|
|
N
|
-
|
positive integer
|
a
|
-
|
integer
|
b1, b2, ..., bn
|
-
|
integers
|
|
|
|
|
Description
|
|
•
|
The function migcdex computes a solution to the modulo greatest common divisor problem for an arbitrary number of integers.
|
•
|
The return value is the sequence of non-negative integers with
|
|
such that is lexicographically minimal among all such sequences.
|
|
|
Download Help Document
Was this information helpful?