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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : MapleTA/Builtin/rank

MapleTA[Builtin]

  

rank

  

the nth largest element

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

rank(n, a, b, c, ... )

Parameters

n

-

integer

a, b, c

-

numeric

Description

• 

The rank command returns the nth largest element item from the remaining arguments.

• 

Numbering starts at 1.

Examples

MapleTA:-Builtin:-rank3,2,4,6,5,7

5

(1)

Compatibility

• 

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