|
Max
Max[ , , ... ] yields the numerically largest of the .
Max[ , , ... ,  , ... , ... ] yields the largest element of any of the lists.
Max yields a definite result if all its arguments are real numbers.
In other cases, Max carries out some simplifications.
Max[ ] gives -Infinity.
Max works on SparseArray objects.
See Section 1.1.3 and Section 3.2.2.
See also: Min, Ordering, Maximize, FindMaximum.
New in Version 1.
Further Examples
|