MAX

Returns the value of the largest element of a matrix.

Format

MAX (M)

Argument

 
M
A matrix.

Example

The following example illustrates the use of the MAX function:
 
Function
MAX({{2,4,5},{1,8,2}})
Result
8.0