 |
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. See the Mathematica book: Section 1.1.3, Section 3.2.2. See also: Max, Order.
Further Examples
This finds the minimum value in a one-dimensional list.
In[1]:= 
Out[1]= 
You can also find the mimimum value in a multi-dimensional list.
In[2]:= 
Out[2]= 
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | | | |
 | |
|