GroupTheory
IsFinite
determine whether a group is finite
Calling Sequence
Parameters
Description
Examples
Compatibility
IsFinite( G )
G
-
: Group: a group
The IsFinite command attempts to determine whether the group G is finite.
For permutation groups and Cayley table groups this is simply a property of the class of the group, but for matrix groups and finitely presented groups the question is algorithmically undecidable, in general. Nevertheless, the IsFinite command attempts to determine whether the group is finite or infinite, and returns true or false, respectively, if it can determine the answer. If IsFinite cannot determine whether the input group G is finite, it returns the value FAIL.
with⁡GroupTheory:
IsFinite⁡Alt⁡4
true
IsFinite⁡CyclicGroup⁡∞
false
The GroupTheory[IsFinite] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[CyclicGroup]
Download Help Document