GroupTheory
Generators
obtain the generators of a group
NonRedundantGenerators
obtain the generators of a group, with redundant ones filtered out
Labels
obtain labels for the generators of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
Generators(g)
NonRedundantGenerators(g)
Labels(g)
g
-
group data structure
The Generators command returns a list of generators of a group.
The NonRedundantGenerators command returns a list of generators of a group, with redundant generators removed (no proper subset of the generators will generate the full group). This is typically a bit more time-consuming to compute than Generators.
The Labels command returns a list of labels for the generators of a group, or if no labels are defined. In the first case, the labels are in the same order as the list that Generators returns.
Maple selects a label for the generator missing one.
In this case, none of the generators are labeled, so Maple does not select any labels.
Finitely presented groups use the names of the generators as labels.
A Cayley table groups returns all its elements as its list of generators.
The GroupTheory[Generators], GroupTheory[NonRedundantGenerators] and GroupTheory[Labels] commands were introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[Group]
Download Help Document