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


StringTools

  

IsEodermdrome

  

test whether a string is an eodermdrome

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

IsEodermdrome( s )

Parameters

s

-

string; any Maple string

Description

• 

The IsEodermdrome command checks whether a string s is an eodermdrome, returning true if it is, and false otherwise.

• 

An eodermdrome is a string with the property that the sequence of consecutive digrams of the string form an Eulerian trail in the complete graph on the characters appearing in the string.

• 

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:

IsEodermdromeEODERMDROME

true

(1)

IsEodermdromeSURTOUTSORS

true

(2)

IsEodermdromeSTRING

false

(3)

References

  

http://www.oulipo.net/contraintes/docs/eodermdrome

See Also

StringTools

 


Download Help Document