IsIdentity - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Magma

  

IsIdentity

  

test whether an element of a magma is a (two-sided) identity

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsIdentity( m, id )

Parameters

m

-

Array; magma represented by its Cayley table

id

-

posint; candidate identity element

Description

• 

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

Examples

withMagma:

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

m123231312

(1)

IsIdentitym,1

true

(2)

IsIdentitym,2

false

(3)

IsIdentitym,3

false

(4)

Compatibility

• 

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

• 

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

See Also

HasIdentity

Magma