## represents the sequence of arguments supplied to a pure function. ## n represents the sequence of arguments supplied to a pure function, starting with the ...
InterpolatingPolynomial[{f_1, f_2, ...}, x] constructs an interpolating polynomial in x which reproduces the function values f_i at successive integer values 1, 2, ... of x. ...
SingularValueDecomposition[m] gives the singular value decomposition for a numerical matrix m as a list of matrices {u, w, v}, where w is a diagonal matrix and m can be ...
CUDALink is a built-in Mathematica package that provides a simple and powerful interface for using CUDA within Mathematica's streamlined work flow. CUDALink provides you with ...
BirnbaumSaundersDistribution[\[Alpha], \[Lambda]] represents the Birnbaum\[Dash]Saunders distribution with shape parameter \[Alpha] and scale parameter \[Lambda].
ExtremeValueDistribution[\[Alpha], \[Beta]] represents an extreme value distribution with location parameter \[Alpha] and scale parameter \[Beta].
GumbelDistribution[\[Alpha], \[Beta]] represents a Gumbel distribution with location parameter \[Alpha] and scale parameter \[Beta].
Matrices are represented in Mathematica with lists. They can be entered directly with the { } notation, constructed from a formula, or imported from a data file. Mathematica ...
Mathematica provides great flexibility for displaying and styling headings in a table. You can use Prepend or ArrayFlatten to add headings to rows and columns and then use ...
Minors
(Built-in Mathematica Symbol) Minors[m] gives the minors of a matrix m. Minors[m, k] gives the k\[Null]\[Null]^th minors.