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.
withGaussInt:
GIdivisor2+3I
1,2+3I
GInodiv2+3I
2
GIdivisor3+7I
1,1+I,3+7I,5+2I
GInodiv3+7I
4
GInodiv−I
1
GInodiv751
See Also
GaussInt[GIdivisor]
NumberTheory[SumOfDivisors]
Download Help Document