max(a)

Returns the maximum value of the entries in array a.

max(A)

Returns an array with the maximum value of each column of matrix A.

max(v,...)

Returns the maximum value of the objects passed.


See also min 


Example


max( 5, 6 )

6