IsomorphismClassRepresentatives - 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 : IsomorphismClassRepresentatives

Magma

  

IsomorphismClassRepresentatives

  

return a list of isomorphism class representatives for a list of finite magmas

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsomorphismClassRepresentatives( L )

Parameters

L

-

list; list of magmas whose isomorphism class representatives are to be computed

Description

• 

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.

Examples

withMagma:

LseqRandomMagma2,i=1..20:

CIsomorphismClassRepresentativesL:

C2IsomorphismClassRepresentativesC:

evalbC=C2

true

(1)

Compatibility

• 

The Magma[IsomorphismClassRepresentatives] command was introduced in Maple 16.

• 

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

See Also

Magma

Magma/AreIsomorphic