Min
Usage
Notes
Further Examples
This finds the minimum value in a one-dimensional list.
In[1]:=
|
Out[1]=
|
You can also find the minimum value in a multidimensional list.
In[2]:=
|
Out[2]=
|
You can use the defined function FirstSmallest to find the first element y in a list x such that f[y] is smallest.
In[3]:=
|
Here is a list of pseudorandom numbers between and .
In[4]:=
|
Here is a function gg whose value at the integer k is the k element of aa.
In[5]:=
|
In[6]:=
|
Out[6]=
|
Sort is much slower.
In[7]:=
|
Out[7]=
|
In[8]:=
|
|