Relators - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

Relators

  

return the relators of a finitely presented group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Relators( G )

Parameters

G

-

a finitely presented group

Description

• 

The Relators( G ) command returns the relators of a finitely presented group.

Examples

> 

with⁡GroupTheory:

> 

G≔a,b|a2,b3,a·b5=1

G≔⁢a,b⁢∣⁢a2,b3,a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢

(1)
> 

Relators⁡G

a,a,b,b,b,a,b,a,b,a,b,a,b,a,b

(2)

Compatibility

• 

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

• 

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

See Also

GroupTheory

GroupTheory[Generators]