Magma
Nucleus
compute the nucleus of a magma
Calling Sequence
Parameters
Description
Examples
Compatibility
Nucleus( m )
m
-
Array representing the Cayley table of a finite magma
The nucleus of a magma is the set of its members that associate with every member of the magma. That is, an element x is in the nucleus if all of the equations (xy)z = x(yz), (yx)z = y(xz) and (yz)x = y(zx) are satisfied, for all y and z from the magma.
The Nucleus command returns the nucleus of the magma m as a set.
with⁡Magma:
m≔1|2|3,2|3|1,3|1|2
m≔123231312
Nucleus⁡m
1,2,3
m≔1|1|1|1|1,1|1|1|1|1,1|1|1|1|1,1|1|1|2|4,1|2|2|4|5
m≔1111111111111111112412245
m≔1|1|1|1|1,1|1|1|1|1,1|1|1|1|1,1|1|1|2|4,1|2|1|4|5
m≔1111111111111111112412145
The Magma[Nucleus] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Center
Download Help Document