GroupTheory
Operations
obtain a module of group operations
Calling Sequence
Parameters
Description
Examples
Compatibility
Operations(g)
g
-
group data structure
The procedure Operations returns a module exporting procedures that implement the group operations for the elements of g. The module is in the same format that Group accepts for specifying the operations on a custom group:
symbol
description
`.`
Two-argument procedure to compute group operation
`/`
One-argument procedure to invert element
`1`
Unit element of the group
`=`
Two-argument procedure to test equality
`<`
Two-argument procedure to determine ordering
print
One-argument procedure to display elements
The GroupTheory[Operations] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[Group]
Download Help Document