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.
with⁡Magma:
A ≔ 1|2,2|1
A≔1221
B ≔ 1|1|2,2|3|2,3|2|1
B≔112232321
DirectProduct⁡A,B
112445232565321654445112565232654321
AreIsomorphic⁡DirectProduct⁡A,B,DirectProduct⁡B,A
true
C ≔ 1|2|3,2|3|1,3|1|2
C≔123231312
AreIsomorphic⁡DirectProduct⁡DirectProduct⁡A,B,C,DirectProduct⁡A,DirectProduct⁡B,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
What kind of issue would you like to report? (Optional)