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.
withnumtheory:
factorset10
2,5
ifactor96
253
ifactors96
1,2,5,3,1
factorset96
2,3
See Also
ifactor
ifactors
NumberTheory[PrimeFactors]
Download Help Document