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

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

> 

with⁡GaussInt:

> 

GIdivisor⁡2+3⁢I

1,2+3⁢I

(1)
> 

GInodiv⁡2+3⁢I

2

(2)
> 

GIdivisor⁡3+7⁢I

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

(3)
> 

GInodiv⁡3+7⁢I

4

(4)
> 

GInodiv⁡−I

1

(5)
> 

GInodiv⁡751

2

(6)

See Also

GaussInt[GIdivisor]

NumberTheory[SumOfDivisors]