[back] [prev] [next] [index] [root]

 


ListSplit

Splits a list into equal parts. All parts but the last have equal length as specified by the parameter n >= 1.

Syntax:

S := ListSplit(L, n);

list
  S  
of lists of length <= n
list
  L  
to be split
integer
  n  
block length

See also:  IntDivisors

Description:

no detailed description available yet


Example:



<- back[back] [prev] [next] [index] [root]