numtheory(deprecated)/bigomega - 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)/bigomega

numtheory(deprecated)

  

bigomega

  

number of prime divisors counted with multiplicity

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

bigomega(n)

Parameters

n

-

integer

Description

• 

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

• 

The function bigomega(n) computes the number of prime divisors of the integer n counted with multiplicity.

• 

The command with(numtheory,bigomega) allows the use of the abbreviated form of this command.

Examples

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

withnumtheory:

bigomega1

0

(1)

bigomega962500

9

(2)

See Also

NumberTheory[NumberOfPrimeFactors]

numtheory(deprecated)[divisors]

numtheory(deprecated)[sigma]

numtheory(deprecated)[tau]