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

Magma

  

SubMagmaClosure

  

compute the closure of a set of magma members

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SubMagmaClosure( gens, m )

Parameters

gens

-

set of elements of m; subset of {1,2,...,n}.

m

-

Array representing the Cayley table of a finite magma of order n

Description

• 

The SubMagmaClosure( gens, m ) command returns the set of elements of the magma m generated by the set gens of elements of m. This is the smallest submagma of m containing the set gens.

Examples

withMagma:

m3|5|3|4|3,2|5|2|3|3,4|3|1|4|2,3|2|1|1|1,5|2|4|5|4

m3534325233431423211152454

(1)

SubMagmaClosure1,3,m

1,3,4

(2)

Compatibility

• 

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

• 

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

See Also

Magma