Max
Usage
Notes
Further Examples
This gives the maximum value of this one-dimensional list.
In[1]:=
|
Out[1]=
|
You can also find the maximum value in a multidimensional list.
In[2]:=
|
Out[2]=
|
Here is a function that returns each element in a list that is greater than all previous elements.
In[3]:=
|
In[4]:=
|
Out[4]=
|
|