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

Online Help

All Products    Maple    MapleSim


ListTools

  

Join

  

interspace the elements of a list with an object

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Join(L, sep)

Parameters

L

-

list

sep

-

any Maple object

Description

• 

The Join(L, sep) function inserts the separator sep between the elements of the list L.

Examples

withListTools:

L1,2,3,4,5,6,7,8,9,10

L1,2,3,4,5,6,7,8,9,10

(1)

JoinL,x

1,x,2,x,3,x,4,x,5,x,6,x,7,x,8,x,9,x,10

(2)

See Also

inline

list

ListTools

ListTools[JoinSequence]

type/list