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

numtheory(deprecated)

  

factorset

  

prime factors of an integer

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

factorset(n)

Parameters

n

-

integer

Description

• 

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

• 

The function factorset will compute the set of prime factors of its integer argument n.

• 

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

Examples

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

withnumtheory:

factorset10

2,5

(1)

ifactor96

253

(2)

ifactors96

1,2,5,3,1

(3)

factorset96

2,3

(4)

See Also

ifactor

ifactors

NumberTheory[PrimeFactors]