ListTools[Enumerate] - enumerate the operands of a list
|
Calling Sequence
|
|
Enumerate(L)
Enumerate(L, n)
|
|
Parameters
|
|
L
|
-
|
lists
|
n
|
-
|
algebraic expression
|
|
|
|
|
Description
|
|
•
|
The Enumerate(L) function converts the list into a list of lists, where each sublist has as its first operand the position of the original operand, and the second argument is that operand itself.
|
•
|
The Enumerate(L, n) function starts the enumeration at the value n.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?