RankedMax[list, n] gives the n\[Null]^th largest element in list.
RankedMin[list, n] gives the n\[Null]^th smallest element in list.
Identity[expr] gives expr (the identity operation).
Scrollbars is an option for Pane that specifies whether scrollbars should be displayed.
Factoring a quadratic polynomial in one variable is straightforward. But Mathematica routinely factors degree-100 polynomials in 3 variables—by making use of a tower of ...
Minors
(Built-in Mathematica Symbol) Minors[m] gives the minors of a matrix m. Minors[m, k] gives the k\[Null]\[Null]^th minors.
LinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a linear model of the form \[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ... that fits the y_i for successive x ...
Parallel Kernel Configuration opens a dialog to add, remove, and configure parallel kernels.
While you can programmatically create two-dimensional layouts, the Mathematica front end provides convenient tools for creating and editing two-dimensional grids of data, in ...