numtheory(deprecated)
factorset
prime factors of an integer
Calling Sequence
Parameters
Description
Examples
factorset(n)
n
-
integer
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.
with⁡numtheory:
factorset⁡10
2,5
ifactor⁡96
25⁢3
ifactors⁡96
1,2,5,3,1
factorset⁡96
2,3
See Also
ifactor
ifactors
NumberTheory[PrimeFactors]
Download Help Document