|
|
|||
|
|
| Sort[list] | list 中の要素を順に並べる |
| Ordering[list] | Sort[list] における list 中の要素の位置 |
| Ordering[list,n] | Ordering[list] 中の最初のn 個の要素の位置 |
| Ordering[list,-n] | Ordering[list] 中の最後のn 個の要素の位置 |
| Permutations[list] | list の可能な全順序 |
| Min[list] | list の最小要素 |
| Max[list] | list 中の最大要素 |
|
|
|
これはSort[t]に等しい.
|
|
| © 2013 Wolfram Research, Inc. |