MapleTA[Builtin]
rank
the nth largest element
Calling Sequence
Parameters
Description
Examples
Compatibility
rank(n, a, b, c, ... )
n
-
integer
a, b, c
numeric
The rank command returns the nth largest element item from the remaining arguments.
Numbering starts at 1.
MapleTA:-Builtin:-rank⁡3,2,4,6,5,7
5
The MapleTA[Builtin][rank] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
MapleTA
MapleTA,Builtin,indexof
MapleTA,Builtin,switch
sort
Download Help Document