|
|
||
|
|
| Mathematica Tutorial | Functions »|Tutorials » |
| Sort[list] | sort the elements of list into order |
| Ordering[list] | the positions in list of the elements in Sort[list] |
| Ordering[list,n] | the first n elements of Ordering[list] |
| Ordering[list,-n] | the last n elements of Ordering[list] |
| Permutations[list] | all possible orderings of list |
| Min[list] | the smallest element in list |
| Max[list] | the largest element in list |
|
|
This gives the positions of the elements of t, from the position of the smallest to that of the largest.
|
This is the same as Sort[t].
|
|
| © 2008 Wolfram Research, Inc. |