Magma
IsomorphismClassRepresentatives
return a list of isomorphism class representatives for a list of finite magmas
Calling Sequence
Parameters
Description
Examples
Compatibility
IsomorphismClassRepresentatives( L )
L
-
list; list of magmas whose isomorphism class representatives are to be computed
The IsomorphismClassRepresentatives( L ) command returns a list containing one representative from each isomorphism class of the magmas in the input list L. Thus, every magma in L is isomorphic to one of the magmas in the list returned, and no two magmas in the returned list are isomorphic.
with⁡Magma:
L≔seq⁡RandomMagma⁡2,i=1..20:
C≔IsomorphismClassRepresentatives⁡L:
C2≔IsomorphismClassRepresentatives⁡C:
evalb⁡C=C2
true
The Magma[IsomorphismClassRepresentatives] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
Magma/AreIsomorphic
Download Help Document