Minimum

For a list: Returns the smallest element.
For two expressions: Returns the smaller value.
For two lists: Returns a list of element-wise minima.
For a matrix: Returns a row vector containing the smallest element of each column.
For two matrices: Returns a matrix of element-wise minima.

Syntax

min(List)
min(Expression1, Expression2)
min(List1, List2)
min(Matrix)
min(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