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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : GroupTheory/IsFinitelyGenerated

GroupTheory

  

IsFinitelyGenerated

  

determine whether a group is finitely generated

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsFinitelyGenerated( G )

Parameters

G

-

group

Description

• 

A group G is said to be finitely generated if it can be generated by a finite subset of its elements.

• 

The IsFinitelyGenerated( G ) command returns true if the group G is finitely generated, and returns the value false otherwise.

Examples

> 

with⁡GroupTheory:

> 

IsFinitelyGenerated⁡PSp⁡4,3

true

(1)
> 

IsFinitelyGenerated⁡Symm⁡30

true

(2)
> 

IsFinitelyGenerated⁡QuasicyclicGroup⁡37

false

(3)
> 

IsFinitelyGenerated⁡a,b|a−2·b−2·a3·b3=1

true

(4)

See Also

GroupTheory[ProjectiveSpecialLinearGroup]

GroupTheory[SymmetricGroup]