RayleighDistribution[\[Sigma]] represents the Rayleigh distribution with scale parameter \[Sigma].
NMaximize[f, x] maximizes f numerically with respect to x.NMaximize[f, {x, y, ...}] maximizes f numerically with respect to x, y, .... NMaximize[{f, cons}, {x, y, ...}] ...
BorderDimensions[image] gives the pixel width of uniform borders of image in the form {{left, right}, {bottom, top}}.BorderDimensions[image, t] finds borders whose pixels ...
MatrixRank[m] gives the rank of the matrix m.
Read
(Built-in Mathematica Symbol) Read[stream] reads one expression from an input stream and returns the expression. Read[stream, type] reads one object of the specified type. Read[stream, {type_1, type_2, ...
LengthWhile[list, crit] gives the number of continuous elements e_i starting at the beginning of list for which crit[e_i] is True.
One of the most common uses of MathLink is to allow you to call functions in an external program from within Mathematica. Once the external program has been set up, all you ...
Head
(Built-in Mathematica Symbol) Head[expr] gives the head of expr.
NumberFieldClassNumber[\[Theta]] gives the class number for the algebraic number field \[DoubleStruckCapitalQ][\[Theta]] generated by \[Theta].
Some common operations on special functions. Most special functions have simpler forms when given certain specific arguments. Mathematica will automatically simplify special ...