MIN

Returns the value of the smallest element of a matrix.

Format

MIN (M)

Argument

 
M
A matrix.

Example

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