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

Online Help

All Products    Maple    MapleSim


Overview of the ListTools Package

 

Calling Sequence

Description

List of ListTools Package Commands

Calling Sequence

ListTools:-command(arguments)

command(arguments)

Description

• 

The ListTools package is a collection of tools for manipulating lists.

• 

Each command in the ListTools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

  

The long form, ListTools:-command, is always available.  The short form can be used after loading the package.

List of ListTools Package Commands

  

The following is a list of available commands.

BinaryPlace

BinarySearch

Categorize

Classify

Collect

Deal

DotProduct

Enumerate

FindMaximalElement

FindMinimalElement

FindRepetitions

Flatten

FlattenOnce

Group

Interleave

InversePermutation

Join

JoinSequence

LengthSplit

MakeUnique

Occurrences

Pad

PartialSums

Reverse

Rotate

Search

SearchAll

SelectFirst

SelectLast

Slice

Sorted

Split

Transpose

 

 

 

  

To display the help page for a particular ListTools command, see Getting Help with a Command in a Package.

See Also

help

list

module

type/list

UsingPackages

with