IsomorphismClasses - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Algebra : Magma : IsomorphismClasses

Magma

  

IsomorphismClasses

  

partition a list of magmas into isomorphism classes

 

Calling Sequence

Parameters

Description

Examples

Compatibility

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.

Examples

withMagma:

LseqRandomMagma2,i=1..20:

CIsomorphismClassesL

C2111,2221,2221,2111,1211,1211,1212,1212,2222,1111,1111,2121,2112,2112,1222,1222,1222,1112,1121,1122

(1)

mapnops,C

4,2,2,3,1,2,4,1,1

(2)

Compatibility

• 

The Magma[IsomorphismClasses] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Magma

Magma/AreIsomorphic