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

Magma

  

IsLeftIdentity

  

test whether an element of a magma is a left identity

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsLeftIdentity( m, id )

Parameters

m

-

Array; magma represented by its Cayley table

id

-

posint; candidate left identity element

Description

• 

The IsLeftIdentity command determines whether an element id of a magma m is a left identity for m.  It returns true if id is a left identity of m, and returns false otherwise.  The element id is a left identity of m if id * x = x, for all x in m.

Examples

withMagma:

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

m113333123

(1)

IsLeftIdentitym,1

false

(2)

IsLeftIdentitym,2

false

(3)

IsLeftIdentitym,3

true

(4)

Compatibility

• 

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

• 

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

See Also

IsIdentity

IsRightIdentity

Magma