numtheory(deprecated)/sigma - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : numtheory(deprecated)/sigma

numtheory(deprecated)

  

sigma

  

sum of divisors

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

sigma(n)

sigma[k](n)

Parameters

k

-

integer

n

-

integer

Description

• 

Important: The numtheory package has been deprecated.  Use the superseding command NumberTheory[SumOfDivisors] instead.

• 

The function sigma(n) will compute the sum of the positive divisors of n.

• 

The function sigma[k](n)  will compute the sum of the kth power of positive divisors of n.

• 

This function is part of the numtheory package, and so can be used in the form sigma[..](..) only after performing the command with(numtheory) or with(numtheory, sigma).  The function sigma(..) can always be accessed in the above form or the long form numtheory[sigma](..).

Examples

Important: The numtheory package has been deprecated.  Use the superseding command NumberTheory[SumOfDivisors] instead.

withnumtheory:

σ9

13

(1)

divisors100

1,2,4,5,10,20,25,50,100

(2)

σ100

217

(3)

σ0100

9

(4)

τ100

9

(5)

See Also

ifactor

ifactors

NumberTheory[SumOfDivisors]

numtheory(deprecated)[divisors]

numtheory(deprecated)[factorset]

numtheory(deprecated)[tau]