Magma
DirectProduct
compute the direct product of two magmas
Calling Sequence
Parameters
Description
Examples
Compatibility
DirectProduct( A, B )
A
-
Array representing the Cayley table of a finite magma
B
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.
withMagma:
A≔1|2,2|1
A≔1221
B≔1|1|2,2|3|2,3|2|1
B≔112232321
DirectProductA,B
112445232565321654445112565232654321
AreIsomorphicDirectProductA,B,DirectProductB,A
true
C≔1|2|3,2|3|1,3|1|2
C≔123231312
AreIsomorphicDirectProductDirectProductA,B,C,DirectProductA,DirectProductB,C
The Magma[DirectProduct] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
Download Help Document