numtheory(deprecated)
tau
number of divisors
Calling Sequence
Parameters
Description
Examples
tau(n)
sigma[0] (n)
n
-
integer
Important: The numtheory package has been deprecated. Use the superseding command NumberTheory[SumOfDivisors] instead.
The function tau(n) will compute the number of positive divisors of n.
The command with(numtheory,tau) allows the use of the abbreviated form of this command.
with⁡numtheory:
divisors⁡−9
1,3,9
τ⁡−9
3
divisors⁡1
1
τ⁡0
0
τ⁡1
divisors⁡20
1,2,4,5,10,20
τ⁡20
6
σ0⁡20
See Also
ifactor
ifactors
NumberTheory[SumOfDivisors]
numtheory(deprecated)[divisors]
numtheory(deprecated)[factorset]
numtheory(deprecated)[sigma]
Download Help Document