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

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

> 

with⁡GaussInt:

> 

GIorder⁡7+2⁢I,9

8

(1)
> 

GIorder⁡5+8⁢I,4+9⁢I

96

(2)
> 

GIorder⁡12,24

FAIL

(3)

See Also

GaussInt[GIgcd]