MapleTA[Builtin]
indexof
returns the index of an item in a sequence
Calling Sequence
Parameters
Description
Examples
Compatibility
indexof(k, a, b, c, d, ... )
k
-
anything
a, b, c, d, ...
The indexof command returns the index of an item within the remaining sequence of arguments. The first item is in position 0, the second in position 1, and so on.
If k does not match any other item then -1 is returned.
MapleTA:-Builtin:-indexof⁡3,2,3,5,7,11
1
MapleTA:-Builtin:-indexof⁡2,2,3,5,7,11
0
MapleTA:-Builtin:-indexof⁡99,2,3,5,7,11
−1
The MapleTA[Builtin][indexof] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
list
MapleTA
member
Download Help Document