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

Magma

  

IsRightDistributive

  

test whether a finite magma is right distributive

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsRightDistributive( m )

Parameters

m

-

Array representing the Cayley table of a finite magma

Description

• 

A magma is right distributive if it satisfies the right distributive law (XY)Z = (XZ)(YZ).

• 

The IsRightDistributive command returns true if the given magma is right distributive. It returns false otherwise.

Examples

withMagma:

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

m111212333

(1)

IsRightDistributivem

true

(2)

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

m123233312

(3)

IsRightDistributivem

false

(4)

Compatibility

• 

The Magma[IsRightDistributive] command was introduced in Maple 15.

• 

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

See Also

Magma