Magma
SubMagmaClosure
compute the closure of a set of magma members
Calling Sequence
Parameters
Description
Examples
Compatibility
SubMagmaClosure( gens, m )
gens
-
set of elements of m; subset of {1,2,...,n}.
m
Array representing the Cayley table of a finite magma of order n
The SubMagmaClosure( gens, m ) command returns the set of elements of the magma m generated by the set gens of elements of m. This is the smallest submagma of m containing the set gens.
with⁡Magma:
m≔3|5|3|4|3,2|5|2|3|3,4|3|1|4|2,3|2|1|1|1,5|2|4|5|4
m≔3534325233431423211152454
SubMagmaClosure⁡1,3,m
1,3,4
The Magma[SubMagmaClosure] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Download Help Document