CoefficientRules[poly, {x_1, x_2, ...}] gives the list {{e_11, e_12, ...} -> c_1, {e_21, ...} -> c_2, ...} of exponent vectors and coefficients for the monomials in poly with ...
CUDATranspose[mat] transposes input matrix mat.CUDATranspose[mem] transposes input CUDAMemory mem.
ListStreamPlot[array] generates a stream plot from an array of vector field values.ListStreamPlot[{{{x_1, y_1}, {vx_1, vy_1}}, ...}] generates a stream plot from vector field ...
FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point.FindMaximum[f, {x, x_0}] searches for a local maximum in f, starting from ...
ZTest
(Built-in Mathematica Symbol) ZTest[data] tests whether the mean of the data is zero. ZTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.ZTest[dspec, \[Sigma]] tests for zero ...
InverseChiSquareDistribution[\[Nu]] represents an inverse \[Chi]^2 distribution with \[Nu] degrees of freedom.InverseChiSquareDistribution[\[Nu], \[Xi]] represents a scaled ...
NegativeMultinomialDistribution[n, p] represents a negative multinomial distribution with parameter n and failure probability vector p.
BooleanAlgebra[n] gives a Hasse diagram for the Boolean algebra on n elements. The function takes two options: Type and VertexLabel, with default values Undirected and False, ...
Each version of Mathematica comes with a variety of standard extra packages that provide specific additional functionality. The specific code of these packages can be ...
Mathematica's uniform representation of vectors and matrices as lists automatically extends to tensors of any rank, allowing Mathematica's powerful list manipulation ...