disjcyc - 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


type/disjcyc

check permutation in disjoint cycle notation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(ex, 'disjcyc'(deg))

Parameters

ex

-

the expression to check

deg

-

the intended degree of the permutation

Description

• 

The function returns true or false, depending on whether ex is a valid permutation of degree deg in disjoint cycle notation.

Examples

type1,2,3,4,5,disjcyc6

false

(1)

type1,2,4,3,9,6,disjcyc7

false

(2)

type1,2,4,3,5,6,disjcyc7

true

(3)

See Also

group[permgroup]