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

Magma

  

DirectProduct

  

compute the direct product of two magmas

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

DirectProduct( A, B )

Parameters

A

-

Array representing the Cayley table of a finite magma

B

-

Array representing the Cayley table of a finite magma

Description

• 

The direct product of two magmas A and B is the set of pairs (a,b), with a in A and b in B, and with binary operation defined componentwise.

• 

The DirectProduct( A, B ) command returns the Cayley table of the direct product of the magmas A and B.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

Compatibility

• 

The Magma[DirectProduct] command was introduced in Maple 2016.

• 

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

See Also

Magma

 


Download Help Document