Arg
(Built-in Mathematica Symbol) Arg[z] gives the argument of the complex number z.
BooleanConvert[expr] converts the Boolean expression expr to disjunctive normal form.BooleanConvert[expr, form] converts the Boolean expression expr to the specified ...
BooleanMinimize[expr] finds a minimal-length disjunctive normal form representation of expr.BooleanMinimize[expr, form] finds a minimal-length representation for expr in the ...
CentralMomentGeneratingFunction[dist, t] gives the central moment generating function for the symbolic distribution dist as a function of the variable t. ...
CumulantGeneratingFunction[dist, t] gives the cumulant generating function for the symbolic distribution dist as a function of the variable t. ...
Det
(Built-in Mathematica Symbol) Det[m] gives the determinant of the square matrix m.
DictionaryLookup[patt] finds all words in an English dictionary that match the string pattern patt.DictionaryLookup[patt, n] gives only the first n words ...
DifferentialRoot[lde] represents a function that solves the linear differential equation specified by lde[y, x].
EffectiveInterest[r, q] gives the effective interest rate corresponding to interest specification r, compounded at time intervals q.
IndependentEdgeSetQ[g, elist] yields True if the edge list elist is an independent edge set of the graph g, and False otherwise.