GroupTheory
PrimePowerFactors
factor a group element as a product of elements of prime power order
Calling Sequence
Parameters
Description
Examples
Compatibility
PrimePowerFactors( g, G )
g
-
element of G whose factorization is to be computed
G
group containing the element g
For an element g of finite order in a group G, the prime power factors of g are elements g1,g2,..,gk of G such that g=g1·g2..gk, and such that each gi has order equal to a power of a prime number. The elements gi are pairwise commutative, and are uniquely determined up to the order in which they occur.
The PrimePowerFactors( g, G ) command computes the prime power factors of the group element g.
with⁡GroupTheory:
f≔PrimePowerFactors⁡Perm⁡1,2,3,4,5,6,Symm⁡6
f≔1,42,53,6,1,5,32,6,4
andmap⁡type,map⁡ElementOrder,f,Symm⁡6,primepower
true
PermProduct⁡f
1,2,3,4,5,6
The GroupTheory[PrimePowerFactors] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GroupTheory[ElementOrder]
GroupTheory[SylowSubgroup]
Download Help Document