GIorder - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GaussInt

  

GIorder

  

order of a Gaussian integer

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GIorder(n, m)

Parameters

n, m

-

Gaussian integers

Description

• 

The GIorder function returns the smallest positive integer i such that ni=1modm.

• 

If n and m are not coprime, FAIL is returned.

Examples

withGaussInt:

GIorder7+2I,9

8

(1)

GIorder5+8I,4+9I

96

(2)

GIorder12,24

FAIL

(3)

See Also

GaussInt[GIgcd]