GaussInt
GIorder
order of a Gaussian integer
Calling Sequence
Parameters
Description
Examples
GIorder(n, m)
n, m
-
Gaussian integers
The GIorder function returns the smallest positive integer i such that ni=1modm.
If n and m are not coprime, FAIL is returned.
withGaussInt:
GIorder7+2I,9
8
GIorder5+8I,4+9I
96
GIorder12,24
FAIL
See Also
GaussInt[GIgcd]
Download Help Document