max of a list

Calculus in processing ... please wait
The max function returns the greatest value of a list.
max(`[1;3;7;9]`) returns 9

Max of a list

The max function returns the greatest value of a list.


The calculator is able to calculate online the maximum of any sequence. The sequence can be sequence of numerical value or sequence of computable expression.

Maximum of sequence of numeric values

The calculator is able to determine the maximum of sequence of numerical value, these values can be integers, decimals, real numbers, ...

To get the maximum of a sequence of value as the following 1;3;7;9, enter max(`[1;3;7;9]`) after calculation, the result 9 is given.

Maximum of a sequence of numeric expressions

The calculator is able to determine the maximum of a sequence of numeric expressions. For example, to calculate the maximum of sequence composed of expressions like the following : 1, 1+2, `4/5`, `3/4+1`, enter max(`[1;1+2;4/5;3/4+1]`) , after calculation the result 3 is given.

Syntax :

max([s1;s2;...;sn]), s1,s2,...,sn are a set of numbers.


Examples :

max(`[1;3;7;9]`) returns 9

See also
List of related calculators :