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

Online Help

All Products    Maple    MapleSim


StringTools

  

MonotonicFactors

  

compute the (left-to-right) monotonic factorization of a string

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

MonotonicFactors( w )

Parameters

w

-

Maple string

Description

• 

The MonotonicFactors( w ) command produces the monotonic factorization of the string w. It returns a list of strings whose catenation is the string w, such that each string in the list is maximal monotonic (either increasing or decreasing).

• 

All of the StringTools package commands treat strings as (null-terminated) sequences of -bit (ASCII) characters.  Thus, there is no support for multibyte character encodings, such as unicode encodings.

Examples

(1)

(2)

(3)

(4)

See Also

string

StringTools

StringTools[IsMonotonic]

StringTools[LyndonFactors]

 


Download Help Document