CumulantGeneratingFunction[dist, t] gives the cumulant generating function for the symbolic distribution dist as a function of the variable t. ...
Mathematica can import from a variety of file formats commonly used in physics, astronomy, meteorology, chemistry, biology, medicine, and physiology.
ArrayDepth[expr] gives the depth to which expr is a full array, with all the parts at a particular level being lists of the same length, or is a SparseArray object.
Mathematica allows graphics to appear anywhere in notebooks, including inline in text or other expressions. You can specify how the graphics should be placed and rendered, ...
MathLink provides a mechanism through which programs can interact with Mathematica. Some typical uses of MathLink. MathLink provides a general interface for external programs ...
Through
(Built-in Mathematica Symbol) Through[p[f_1, f_2][x]] gives p[f_1[x], f_2[x]]. Through[expr, h] performs the transformation wherever h occurs in the head of expr.
Remove
(Built-in Mathematica Symbol) Remove[symbol_1, ...] removes symbols completely, so that their names are no longer recognized by Mathematica. Remove["form_1", "form_2", ...] removes all symbols whose names ...
NumberFieldSignature[a] gives the signature of the field \[DoubleStruckCapitalQ][a] generated by the algebraic number a.
GUIObject[root, args] represents a live interface instance with root widget root, wrapping the active widgets and environment.
You can use files on your computer system to store definitions and results from Mathematica. The most general approach is to store everything as plain text that is ...