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

Online Help

All Products    Maple    MapleSim


Magma

  

IsSzasz

  

test whether a given magma is a Szasz magma

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsSzasz( m )

Parameters

m

-

Array representing the Cayley table of a finite magma

Description

• 

A Szasz magma M is one in which there is exactly one nonassociative ordered triple of members of the magma.

• 

The IsSzasz command returns true if the given magma is a Szasz magma. It returns false otherwise.

Examples

withMagma:

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

m123231312

(1)

IsSzaszm

false

(2)

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

m113123123

(3)

IsSzaszm

true

(4)

Compatibility

• 

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

• 

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

See Also

Magma