Skip to main content

Maximum

Returns the maximum value of a set.

Syntax

max(Real, ..., Real)
max(List | Vector | Range)

Description

Given a set of real numbers x1,...,xn, returns the maximum max{x1,...,xn}.

calc.max1.calc.png

Given a list or vector, returns the maximum of its elements.

calc.max2.calc.png