IsCrossedSet - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Algebra : Magma : IsCrossedSet

Magma

  

IsCrossedSet

  

test whether a finite magma is a crossed set

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsCrossedSet( m )

Parameters

m

-

Array representing the Cayley table of a finite magma

Description

• 

A crossed set is a quandle Q such that, for all x and y in Q, we have x * y = x if, and  only if, y * x = y.

• 

The IsCrossedSet command returns true if the given magma is a crossed set.  It returns false otherwise.

• 

Note that it is not assumed that the magma m is a quandle, so this check is applied first.

Examples

withMagma:

m1|3|2,3|2|1,2|1|3

m132321213

(1)

IsCrossedSetm

true

(2)

m1|1|1,3|2|2,2|3|3

m111322233

(3)

IsCrossedSetm

false

(4)

Compatibility

• 

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

• 

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

See Also

IsQuandle

Magma