Operations - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

Operations

  

obtain a module of group operations

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Operations(g)

Parameters

g

-

group data structure

Description

• 

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

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

Compatibility

• 

The GroupTheory[Operations] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

GroupTheory

GroupTheory[Group]

 


Download Help Document