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.
with⁡GaussInt:
GIorder⁡7+2⁢I,9
8
GIorder⁡5+8⁢I,4+9⁢I
96
GIorder⁡12,24
FAIL
See Also
GaussInt[GIgcd]
Download Help Document