MinimumConjugate - Maple Help

Online Help

All Products    Maple    MapleSim


StringTools

  

MinimumConjugate

  

compute the lexicographically least conjugate of a string

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

MinimumConjugate( s )

Parameters

s

-

Maple string

Description

• 

The MinimumConjugate(s) command computes, efficiently, the lexicographically least conjugate of the word (string) s. The conjugates of a word are its cyclic permutations.

• 

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

Examples

withStringTools:

MinimumConjugateabc

abc

(1)

MinimumConjugatebca

abc

(2)

MinimumConjugatebac

acb

(3)

See Also

string

StringTools

StringTools[IsConjugate]

StringTools[LyndonFactors]