IsSimple - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Magma

  

IsSimple

  

test whether a magma is simple

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsSimple( m )

Parameters

m

-

Array representing the Cayley table of a finite magma

Description

• 

A magma is simple if it has no homomorphic images other than itself and the single magma.

• 

The function IsSimple( m ) returns true if the magma m is simple and returns false otherwise.

Examples

> 

with⁡Magma:

> 

m≔1|1|3,3|3|1,1|1|2

m≔113331112

(1)
> 

IsSimple⁡m

true

(2)
> 

m≔1|1|3,3|1|1,3|1|1

m≔113311311

(3)
> 

IsSimple⁡m

false

(4)

Compatibility

• 

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

• 

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

See Also

Magma