Magma[IsomorphismClasses] - partition a list of magmas into isomorphism classes
|
Calling Sequence
|
|
IsomorphismClasses( L )
|
|
Parameters
|
|
L
|
-
|
list; list of magmas to partition into isomorphism classes
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Compatibility
|
|
•
|
The Magma[IsomorphismClasses] command was introduced in Maple 15.
|
|
|