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.
withnumtheory:
divisors−9
1,3,9
τ−9
3
divisors1
1
τ0
0
τ1
divisors20
1,2,4,5,10,20
τ20
6
σ020
See Also
ifactor
ifactors
NumberTheory[SumOfDivisors]
numtheory(deprecated)[divisors]
numtheory(deprecated)[factorset]
numtheory(deprecated)[sigma]
Download Help Document