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