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

Online Help

All Products    Maple    MapleSim


GaussInt

  

GInodiv

  

number of non-associated divisors

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GInodiv(n)

Parameters

n

-

Gaussian integer

Description

• 

The function GInodiv(n) computes the number of non-associated divisors of n.

• 

The command with(GaussInt,GInodiv) allows the use of the abbreviated form of this command.

Examples

withGaussInt:

GIdivisor2+3I

1,2+3I

(1)

GInodiv2+3I

2

(2)

GIdivisor3+7I

1,1+I,3+7I,5+2I

(3)

GInodiv3+7I

4

(4)

GInodivI

1

(5)

GInodiv751

2

(6)

See Also

GaussInt[GIdivisor]

NumberTheory[SumOfDivisors]