Magma
IsomorphismClasses
partition a list of magmas into isomorphism classes
Calling Sequence
Parameters
Description
Examples
Compatibility
IsomorphismClasses( L )
L
-
list; list of magmas to partition into isomorphism classes
The IsomorphismClasses( L ) command partitions a list L of magmas into isomorphism classes. The result is a list of lists, where each component list consists of pairwise isomorphic magmas, and such that no magma in one list is isomorphic to any magma in another (distinct) list.
Note that if, in the input list L, the magmas are already pairwise isomorphic, then the result will be a list of one-element lists.
with⁡Magma:
L≔seq⁡RandomMagma⁡2,i=1..20:
C≔IsomorphismClasses⁡L
C≔2111,2221,2221,2111,1211,1211,1212,1212,2222,1111,1111,2121,2112,2112,1222,1222,1222,1112,1121,1122
map⁡nops,C
4,2,2,3,1,2,4,1,1
The Magma[IsomorphismClasses] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Magma/AreIsomorphic
Download Help Document