GroupTheory
FreeGroup
construct a free group of given rank or on a specified basis
Calling Sequence
Parameters
Description
Examples
Compatibility
FreeGroup( n )
FreeGroup( B )
n
-
nonnegint: the rank of the free group
B
{set,list}(symbol) : a set or list of symbols specifying a basis
A free group is a group that has a free basis, which is a set B for which the group has the presentation with B as generators and an empty set of relators. The number of elements in a basis B is called the rank of the free group.
The FreeGroup( n ) command returns a free group, as a finitely presented group, of rank n.
The FreeGroup( B ) command returns a free group with the member of the set or list B of names as basis. Its rank is therefore the number of elements in B.
Note that a free group of rank 0 is trivial, and a free group of rank 1 is an infinite cyclic group. Free groups with rank greater than 1 are non-abelian.
with⁡GroupTheory:
FreeGroup⁡2
⁢_x1,_x2⁢∣⁢⁢
F≔FreeGroup⁡a,b,c
F≔⁢a,b,c⁢∣⁢⁢
Generators⁡F
a,b,c
GroupOrder⁡F
∞
IsAbelian⁡F
false
IsAbelian⁡FreeGroup⁡1
true
latex⁡FreeGroup⁡2⁢k
\mathrm{F}_{2 k}
The GroupTheory[FreeGroup] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
GroupTheory[FPGroup]
GroupTheory[Generators]
GroupTheory[GroupOrder]
GroupTheory[IsAbelian]
Download Help Document