GaussInt
GInodiv
number of non-associated divisors
Calling Sequence
Parameters
Description
Examples
GInodiv(n)
n
-
Gaussian integer
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.
with⁡GaussInt:
GIdivisor⁡2+3⁢I
1,2+3⁢I
GInodiv⁡2+3⁢I
2
GIdivisor⁡3+7⁢I
1,1+I,3+7⁢I,5+2⁢I
GInodiv⁡3+7⁢I
4
GInodiv⁡−I
1
GInodiv⁡751
See Also
GaussInt[GIdivisor]
NumberTheory[SumOfDivisors]
Download Help Document