Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: M - P
> MAX
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
Learn more about matrix/array functions
.
This site works best with JavaScript enabled