Maximum

For a list: Returns the largest element.
For two expressions: Returns the larger value.
For two lists: Returns a list of element-wise maxima.
For a matrix: Returns a row vector containing the largest element of each column.
For two matrices: Returns a matrix of element-wise maxima.

Syntax

max(List)
max(Expression1, Expression2)
max(List1, List2)
max(Matrix)
max(Matrix1, Matrix2)

Examples

Statistical calculations in the Notes app

Data can be defined by storing it in a variable or by entering it into a table. After that, you can calculate summary statistics using the menu 6: Statistics > 3: List Math. Alternatively, you can calculate all summary statistics at once by selecting 6: Statistics > 1: Stat Calculations > 1: One-Variable Statistics.

min, max, mean, stDevSamp, onevar